Arijit Bose
Arijit Bose

Reputation: 351

Check the availability of a specific queue in ActiveMQ?

Is there any way I can check the whether a specific queue already exists or not in ActiveMQ?

Upvotes: 3

Views: 3148

Answers (2)

Eugene
Eugene

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

Related Questions