Re: Apache NMS ActiveMQ - support for createSharedDurableConsumer

2018-12-09 Thread koosala
I checked creating the topic by using the address with name as "A::B" and ActiveMQ ended up creating an address with the name "A::B", it did not create a multicast queue with name B. AmqpNetLite is an option, but there may be some gaps and I will need to do a good POC to verify it can do things th

Re: Apache NMS ActiveMQ - support for createSharedDurableConsumer

2018-12-03 Thread michael.andre.pearce
@activemq.apache.org Subject: Re: Apache NMS ActiveMQ - support for createSharedDurableConsumer NMS API does not offer support for this and there aren't any plans to add it.  The OpenWire protocol doesn't offer the features needed to implement shared subscriptions so it isn't eas

Re: Apache NMS ActiveMQ - support for createSharedDurableConsumer

2018-12-03 Thread Timothy Bish
NMS API does not offer support for this and there aren't any plans to add it.  The OpenWire protocol doesn't offer the features needed to implement shared subscriptions so it isn't easily added there.  You could trying switch to an AMQP based .NET client like AmqpNetLite and work from there.

Apache NMS ActiveMQ - support for createSharedDurableConsumer

2018-12-03 Thread koosala
Hi, We use Apache NMS library for consuming the broker (from .Net). We would like to scale out consumers by subscribing to the same topic, but the consumers acting as competing consumers, so that only one of them processes any message. ActiveMQ artemis supports multiple clients to a multicast queu