I had already replied before this to your initial thread with some
suggestions, see there.

I see you used Nabble, possibly it was just being slow, though the
posts are there as I look. It seems Nabble may be on the way out
though: http://support.nabble.com/The-Future-of-Nabble-td7605923.html.

You can check other list interfaces/archives before reposting threads
in any case, e.g
https://lists.apache.org/list.html?users@qpid.apache.org

Robbie

On Fri, 7 Aug 2020 at 19:29, mohank <moha...@eventtracker.com.invalid> wrote:
>
> 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
>

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

Reply via email to