Fellow StackOverflowers, is there a way so that I can programmatically delete a queue or topic in ActiveMQ? I use the standard ActiveMQ constant, and my application requires that all new queues be dynamically recreated at startup (if there are no messages in the queue, then the queue must remain available).
I also create all queues programmatically through sessions. Is there an equivalent to this procedure, only to remove the queue? Querying and retrying through existing queues would also be helpful, but I have not yet found a way to do this.
queue persistence activemq
Eduardo Z.
source share