Cannot delete Queue via JMX or admin console
--------------------------------------------
Key: AMQ-1998
URL: https://issues.apache.org/activemq/browse/AMQ-1998
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.1.0
Environment: Windows XP SP2
JDK 1.5.0_11
Reporter: Sherif Behna
When I delete a queue via JMX and the admin console and restart the broker, the
queue is still present.
Here are the precise steps to reproduce the problem :
1. Start the broker
2. Started jconsole
3. With the Broker MBean, create a queue named "JMX.queue" (addQueue operation)
4. With this queue's MBean, send a text message (sendTextMessage operation)
5. With the Broker MBean, remove the queue (removeQueue operation). The queue's
MBean is also deleted.
6. Restart the broker.
7. When reconnecting with JConsole, the queue's MBean is still present.
This is also the case with the Web admin console.
I'm using the default config of the 5.1.0 distribution.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.