On 31/03/16 17:38, Adel Boutros wrote:
Hello,
I am using Qpid C++ Broker 0.34 and qpid-qmf2 0.32 (Java). I have noticed that 
when I try to unbind a queue and an exchange without specifying a binding key, 
nothing happens. However, when I provide a binding key, the corresponding 
binding is deleted.
I have the same issue on Python side using "qpid-config" script (version 0.32).
 From the help of qpid-config, providing the binding key is optional.
Is this a known bug or expected?

It is expected. If you use a key when binding, you need the same key to unbind. However the 'fanout' exchange doesn't require a key for bind or unbind.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to