Re: Can't delete a queue

2008-09-13 Thread Vadim Chekan
Ok, I've spent some time with debugger and I see that AMQMessageStore does not implement any function which would allow to delete a queue. Broker's removeDestianation calls Queue.dispose() which calls AMQMessageStore.removeAllMessages(). Than I'm puzzled why in web admin tool there is "purge" and "

Re: Can't delete a queue

2008-09-12 Thread Vadim Chekan
I can't believe it is just me. I've just downloaded activemq-snapshot-20080907, did no configurations at all, just unzip it and ran in the console. Than wen to web admin console, create a queue 'aaa' from web console, purged it from web console. Restarted activemq. The queue 'aaa' is back. Could an

Re: Can't delete a queue

2008-09-09 Thread Vadim Chekan
No, and there are several of them which once created can not be deleted. I can reproduce it under linux and windows. I create a queue using NMS and than I attempt to delete it either with web admin console or jconsole. I'll play with it more at home today and may be will be able to find some new de

Re: Can't delete a queue

2008-09-09 Thread James Strachan
The queue isn't mentioned in the activemq.xml file right? 2008/9/8 Vadim Chekan <[EMAIL PROTECTED]>: > Hi all, > If I delete a queue, it is back after I restart ActiveMQ. I tried > deleting from admin web console and from jconsole. The same result > Activemq-5.1.0 > Pesistence configuration is fro