Re: 5.2, Problems Deleting a Queue

2009-01-27 Thread David Jencks
I ran into some related problems (on trunk/5.3) where deleting a queue basically completely hosed the broker but I've been completely unable to reproduce this outside the javaee5 tck environment. However all the tests I've tried in "public" environments have worked great so most likely it

Re: 5.2, Problems Deleting a Queue

2009-01-27 Thread Rob Davies
I believe this is fixed in 5.3 - (trunk) - which will be released in the next few weeks or so On 27 Jan 2009, at 20:14, MaenXe wrote: Can I bump my own thread? It seems there are other users who have this issue, but there doesn't seem to be a lot of interest in fixing it. Is this a bug

Re: 5.2, Problems Deleting a Queue

2009-01-27 Thread MaenXe
Can I bump my own thread? It seems there are other users who have this issue, but there doesn't seem to be a lot of interest in fixing it. Is this a bug? M@ MaenXe wrote: > > I have a couple of Queues that I am unable to completely get rid of. If I > delete the Queue either from JMX(using r

Re: 5.2, Problems Deleting a Queue

2009-01-13 Thread yanhongsan
I also have this problem -- View this message in context: http://www.nabble.com/5.2%2C-Problems-Deleting-a-Queue-tp21343108p21431613.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: 5.2, Problems Deleting a Queue

2009-01-12 Thread MaenXe
No, but this a part of a Network of Brokers. I just tested on one of our AMQ servers that is not on a network of brokers and the problem occurs there too. Here's the order of the test I just performed: 1.) Login to the AMQ Web Console 2.) Create a Queue using the Web Console 3.) Use Ant to l

Re: 5.2, Problems Deleting a Queue

2009-01-12 Thread Timothy Bish
Are you removing the queue's with there are still attached consumers? Regards Tim. On Mon, 2009-01-12 at 17:07 -0800, MaenXe wrote: > Can anyone in this Forum help me out? I would really like to know how to > properly delete these Queues, or find a workaround for this bug. > > M@ > > > MaenXe

Re: 5.2, Problems Deleting a Queue

2009-01-12 Thread MaenXe
Can anyone in this Forum help me out? I would really like to know how to properly delete these Queues, or find a workaround for this bug. M@ MaenXe wrote: > > 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 fr

5.2, Problems Deleting a Queue

2009-01-07 Thread MaenXe
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 creat