Reputation: 351
Is there any way I can check the whether a specific queue already exists or not in ActiveMQ?
Upvotes: 3
Views: 3148
Reputation: 121028
You will have to be a bit more specific if you want a concrete example: do you want to do it with a Web Console, JMX or programmatically. ActiveMQ
btw creates queues on demand, whenever you need one, not like WebSphere MQ where you will get an exception if the queue does not exist.
Upvotes: -1
Reputation: 4104
http://activemq.apache.org/how-can-i-get-a-list-of-the-topics-and-queues-in-a-broker.html
Upvotes: 4