If I understand right, the queue is being deleted and stays removed from the
broker until the broker restarts.  Is that right?

Destinations in activemq are created on-demand.  With that said, there are
many ways queues can be demanded:

* Configuration in the broker's xml files
* Clients connecting and creating the queues
* Another broker in the network creating the queue

If this happens with a network of brokers, can you try isolating that broker
out of the network to see if the problem persists?

Also, try turning up debug logging on the broker's region package; that will
give some information on when destinations are being created.  That's the
org.apache.activemq.broker.region package.



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/how-to-permanently-delete-a-queue-tp4676305p4676318.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to