There doesn't appear to be a way to limit this via activemq configuration,
at least not from a quick browsing of the schema at
http://activemq.apache.org/schema/core/activemq-core-5.5.0-schema.html
You may want to consider using virtual topics for this instead. See
http://activemq.apache.org/virtual-destinations.html for an overview.
Essentially you can have your producer still publish a topic, but your
consumers will consume from queues instead and those queues are created
dynamically.
On Fri, Nov 4, 2011 at 10:04 AM, manua <agarwal.manu@gmail.com> wrote:
> Hi,
>
> I want my broker to not allow durable consumers.
> Is there an option/setting in activemq.xml such that no durable consumer
> can
> be connected to any of its topic.
>
> Kindly let me know your inputs.
>
> Thanks
> Manu
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/How-can-I-restrict-durable-consumers-tp3990172p3990172.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
|