[
https://issues.apache.org/activemq/browse/AMQ-1998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47221#action_47221
]
Sherif Behna commented on AMQ-1998:
-----------------------------------
I've tried to purge the queue with the purge operation in JConsole before
deleting the queue. The queue still shows up after a broker restart.
I've also tried to do the same procedure without step 4 (sending a message to
the queue). In that case, the queue does not show up after the broker restart.
BTW : Is there a way to delete queues other than JMX ?
> 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, 5.2.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.