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
@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
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.