Hi, I want to create durable queue to consume data from multiple consumer applications using there filters.
Using : Broker : ActiveMQ Artemis Client : QPID Messaging C++ using the address testqueue.#; {create: receiver, link: {durable:True, name: 'Test', filter:{name:jms-selector, descriptor:'apache.org:selector-filter:string', value : 'AppID=AppID1'}}} In broker, Creating a Durable name "Test" and address "testqueue.#" and Max Consumers = 1. If more than one Consumers are trying to connect Queue, throwing exception "Unable to recreate subscription, consumers already exist" I have tried updating the broker.xml max-consumer count to some number in ActiveMQ Artemis, but after running the client application max consumers updated to 1 in console. Can someone suggest me how can I create Durable Queue, to consumer from multiple consumer with filters. Thanks, Mohan -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org