how to permanently delete a queue

2014-01-15 Thread jahlborn
i'm trying to figure out how to permanently delete a queue. i'm using activemq 5.9. i purge and delete the queue and everything looks fine. however, when i restart the server, the queue re-appears. now, this is mostly harmless for a normal queue as it just sits there empty. however

Re: how to permanently delete a queue

2014-01-15 Thread artnaseef
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.

Re: how to permanently delete a queue

2014-01-15 Thread jahlborn
) at org.apache.activemq.broker.BrokerFilter.start(BrokerFilter.java:182) at org.apache.activemq.broker.TransactionBroker.start(TransactionBroker.java:120) at org.apache.activemq.broker.BrokerFilter.start(BrokerFilter.java:182) -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-permanently

Re: how to permanently delete a queue

2014-01-15 Thread artnaseef
happening: if the persistent store is wiped between broker shutdown and startup, does the problem go away? -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-permanently-delete-a-queue-tp4676305p4676323.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: how to permanently delete a queue

2014-01-15 Thread jahlborn
, create a queue, use it, purge it, delete it and restart, then the queue stays deleted. trying to figure out which step makes the difference. -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-permanently-delete-a-queue-tp4676305p4676324.html Sent from the ActiveMQ - User

Re: how to permanently delete a queue

2014-01-15 Thread artnaseef
: http://activemq.2283324.n4.nabble.com/how-to-permanently-delete-a-queue-tp4676305p4676325.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: how to permanently delete a queue

2014-01-15 Thread jahlborn
As i mentioned, the broker is using KahaDB for persistence. -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-permanently-delete-a-queue-tp4676305p4676326.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: how to permanently delete a queue

2014-01-15 Thread jahlborn
not stick. -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-permanently-delete-a-queue-tp4676305p4676328.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: how to permanently delete a queue

2014-01-15 Thread artnaseef
Oh, very interesting find. Let me try that. Apologies on asking answered questions - I think we had near-simultaneous posts. -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-permanently-delete-a-queue-tp4676305p4676329.html Sent from the ActiveMQ - User mailing

Re: how to permanently delete a queue

2014-01-15 Thread artnaseef
Reproduced. I'll create a Jira entry for it. If it weren't for virtual topics, it seems likely this would have little chance of real impact. -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-permanently-delete-a-queue-tp4676305p4676330.html Sent from the ActiveMQ

Re: how to permanently delete a queue

2014-01-15 Thread jahlborn
Awesome, thanks! can you post the jira id? agreed, an empty, unused queue is largely incidental. it becomes problematic when attached to an active virtual topic and starts filling up! -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-permanently-delete-a-queue

Re: how to permanently delete a queue

2014-01-15 Thread artnaseef
https://issues.apache.org/jira/browse/AMQ-4970 -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-permanently-delete-a-queue-tp4676305p4676333.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.