you must use QMF framework to dinamically bind/unbind topics to exchanges / queues
On Fri, Aug 26, 2016 at 9:49 AM, lucas <[email protected]> wrote: > I have bound a queue and topic with code: > "family ; {create:always,node: {type: topic,durable:True, > x-bindings:[{queue:lucas}]}}"; > Now I want to unbind this connection,but i dont konw how to do; > Please help! > I try to use "delete:always" but the whole queue or topic will be delete at > last. > > Any help will be appreciated. > > > > -- > View this message in context: http://qpid.2158936.n2.nabble. > com/How-to-unbind-queue-and-topic-with-C-Message-API-tp7649664.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
