Re: Multiple Consumers Consume data from Durable queue

2020-08-17 Thread Robbie Gemmell
On Mon, 17 Aug 2020 at 09:46, Gordon Sim wrote: > > On 16/08/2020 6:24 pm, mohank wrote: > >> Can you answer my question from before: Are you actually looking for > >> your queue and address names to differ? > > No, I want to Send data to durable Queue with Filters. > > > > > >

Re: Multiple Consumers Consume data from Durable queue

2020-08-17 Thread Gordon Sim
On 16/08/2020 6:24 pm, mohank wrote: Can you answer my question from before: Are you actually looking for your queue and address names to differ? No, I want to Send data to durable Queue with Filters. Publisher code char *FilterValue = 8;

Re: Multiple Consumers Consume data from Durable queue

2020-08-16 Thread mohank
>Can you answer my question from before: Are you actually looking for >your queue and address names to differ? No, I want to Send data to durable Queue with Filters. Publisher code char *FilterValue = 8; Variant::Map content;

Re: Multiple Consumers Consume data from Durable queue

2020-08-12 Thread Robbie Gemmell
Can you answer my question from before: Are you actually looking for your queue and address names to differ? I'm not convinced the client address string you gave will necessarily do what your mail suggests you want (consuming from a queue named Test). However I am also not entirely clear on what

Re: Multiple Consumers Consume data from Durable queue

2020-08-12 Thread umohank
Thanks for your reply Gordon. I have tried to update in ActiveMQ broker.xml, Queue created with specified max consumer count. After running consumer with Filter "X", successfully able to listen the Queue with filter X. Tried to run the second consumer with Filter "Y", Failed got QPID client

Re: Multiple Consumers Consume data from Durable queue

2020-08-10 Thread Gordon Sim
On 10/08/2020 9:49 am, umohank wrote: Thanks for your reply Robbie. I don't want to make any change in broker.xml, just for testing purpose I have made changes in broker.xml . In QPID address while creating receiver do we need to set Max consumer(i.e. to -1), so that Queue will be created and

Re: Multiple Consumers Consume data from Durable queue

2020-08-10 Thread umohank
Thanks for your reply Robbie. I don't want to make any change in broker.xml, just for testing purpose I have made changes in broker.xml . In QPID address while creating receiver do we need to set Max consumer(i.e. to -1), so that Queue will be created and any number of consumer can consume from

Re: Multiple Consumers Consume data from Durable queue

2020-08-07 Thread Robbie Gemmell
Are you looking for your queue and addresses not to match? Are you planning to pre-configure the queues in the broker config or not? The below makes it seem like you pre-configured the queue in broker.xml but im not sure, as the client config suggests you desire otherwise. Note that the

Multiple Consumers Consume data from Durable queue

2020-08-07 Thread mohank
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,