looks like topic subs want not to be exclusive
This commit is contained in:
parent
cc228c06bf
commit
26e0e9cc89
|
@ -333,7 +333,7 @@ default_params({exchange, _}) ->
|
|||
[{exclusive, true}, {auto_delete, true}];
|
||||
|
||||
default_params({topic, _}) ->
|
||||
[{exclusive, true}, {auto_delete, true}];
|
||||
[{exclusive, false}, {auto_delete, true}];
|
||||
|
||||
default_params(_) ->
|
||||
[{exclusive, true},
|
||||
|
|
Loading…
Reference in New Issue