[
https://issues.apache.org/activemq/browse/AMQ-1998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51474#action_51474
]
ying commented on AMQ-1998:
---------------------------
this is a serious issue because if you have multiple consumer of a virtual
topic and you try to remove the queue Consumer.*.VirtualTopic.topic and the
broker did not really remove it and after restart, they are coming back. all
those assumed removed queues will pile up message from the virtual topic.
eventually the broker will stop function.
> 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
> Fix For: 5.3.0
>
>
> 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.