History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: AMQ-1114
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Vairavan Chandrasekhar
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ActiveMQ

ActiveMQ Queue management- How to kill a queue?

Created: 02/Jan/07 11:27 PM   Updated: 03/Jan/07 01:41 AM
Component/s: Broker, JCA Container
Affects Version/s: 4.0.1
Fix Version/s: 4.1.0

Time Tracking:
Not Specified

Environment: Windows XP, Jdk 1.5, ActiveMQ4.0.1


 Description  « Hide
ActiveMQ: Through 'jconsole' we can view all the java components which ever is active. So by this way, we can see the particular queue and also we can able to find how many customers are listening.

But I want to manage the queue, like I want to kill a particular queue. Can anybody help me how to proceed with?

It's pleasure to explain more if you are not clear.

Thanks in advance
Shekar



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
James Strachan - 03/Jan/07 01:41 AM
See the methods on the Queue MBean such as purge() to delete all messages on a queue

http://incubator.apache.org/activemq/maven/activemq-core/apidocs/org/apache/activemq/broker/jmx/QueueViewMBean.html#purge()