-
JMS Question (1 messages)
- Posted by: Amin Mohammed-Coleman
- Posted on: July 24 2006 05:02 EDT
Hi there Is there any programmatic way of clearing a queue/topic other than the JMS implementation admin user interface? Maybe using JMX? I am currently using Spring's JMS support to create message senders and message receievers. Any help would be much appreciated.Threaded Messages (1)
- Re: JMS Question by James Strachan on July 25 2006 10:28 EDT
-
Re: JMS Question[ Go to top ]
- Posted by: James Strachan
- Posted on: July 25 2006 10:28 EDT
- in response to Amin Mohammed-Coleman
Typically JMX is the typical way to clear queues (unless you create a consumer and pull all the messages out via a receive(). e.g. with Apache ActiveMQ you can use the purge() method on the Queue MBean. James LogicBlaze Fuse: Open Source SOA