I have a couple of Queues that I am unable to completely get rid of. If I delete the Queue either from JMX(using removeQueue) or from the Web Console the Queue will reappear after I restart the Broker. Also, we have Security implemented to block the lazy creation of Queues. This Queue was created manually through the Web Console. Producers and Consumers are not allowed to create a queue. If I remove a queue using either of the two methods above, my producers are still allowed to produce messages, however they seem to disappear into a void. The messages are transacted, so I don't understand how the broker is accepting the message when the queue doesn't exist. If I try to attach a consumer, it does not allow the consumer to create the non-existent queue, the Web Console and JMX both don't acknowledge the existence of the Queue, but the producer is happily sending messages to somewhere.
All that said, what is the proper way to clean house and get rid of these Queues? Thanks in advance, this Forum has been very helpful with my other issues. M@ -- View this message in context: http://www.nabble.com/5.2%2C-Problems-Deleting-a-Queue-tp21343108p21343108.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.