You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by kimmking <ki...@gmail.com> on 2014/08/02 05:07:54 UTC

Re: Delete Queue - Without JMX

Yes, all JMX operations were already exposed as REST operations via HTTP by jolokia.
You can get some details from  
   http://activemq.2283324.n4.nabble.com/How-can-I-call-REST-API-for-brokerMbean-getQueues-and-queueViewMbean-removeMatchingMessage-java-lang-td4677762.html#a4677845
 
 
From: rajashreekhare [via ActiveMQ]
Date: 2014-08-01 00:27
To: kimmking
Subject: Delete Queue - Without JMX
Is it possible to delete a temporary queue without using the removeQueue method of the Broker Mbean 
using curl command in a linux script? 
Or are there any activemq commands to delete a queue 



If you reply to this email, your message will be added to the discussion below:
http://activemq.2283324.n4.nabble.com/Delete-Queue-Without-JMX-tp4683972.html 
To unsubscribe from ActiveMQ - User, click here.
NAML 




--
View this message in context: http://activemq.2283324.n4.nabble.com/Delete-Queue-Without-JMX-tp4683972p4684039.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Delete Queue - Without JMX

Posted by Matthew Pavlovich <ma...@gmail.com>.
The command line uses the JMX service as well. Another option is to use a destination policy for “garbage collection”. ActiveMQ has the ability to automatically delete unused destinations:

http://activemq.apache.org/delete-inactive-destinations.html

On Aug 4, 2014, at 9:48 AM, rajashreekhare <kh...@gmail.com> wrote:

> If the JMX is disabled what is another option to delete queues through linux
> command line?
> 
> 
> 
> --
> View this message in context: http://activemq.2283324.n4.nabble.com/Delete-Queue-Without-JMX-tp4683972p4684085.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Delete Queue - Without JMX

Posted by rajashreekhare <kh...@gmail.com>.
If the JMX is disabled what is another option to delete queues through linux
command line?



--
View this message in context: http://activemq.2283324.n4.nabble.com/Delete-Queue-Without-JMX-tp4683972p4684085.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.