You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Shital24 <sh...@persistent.co.in> on 2018/07/18 05:50:08 UTC

Need Unix command to purge and delete queues and topics

Hi Team,

Can you please help me to share Unix command to purge and delete queues,
also please share command to delete topics from ActiveMQ. We need this
command create script to purge and delete ActiveMQ queues and topics,
currently we are doing from web url "http://<<server
ip>>:8161/admin/queues.jsp" and "http://<<server ip>>:8161/admin/topics.jsp"

Thanks in advance.

Thanks,
Shital



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Need Unix command to purge and delete queues and topics

Posted by Tim Bain <tb...@alumni.duke.edu>.
You can use curl to hit a HTTP URL, either a Jolokia/JMX one (
https://stackoverflow.com/questions/25752045/activemq-jolokia-rest-api-for-deleting-a-queue)
or you might be able to look at the links on the web console and determine
the pattern of those links.

Tim

On Tue, Jul 17, 2018, 11:50 PM Shital24 <sh...@persistent.co.in>
wrote:

> Hi Team,
>
> Can you please help me to share Unix command to purge and delete queues,
> also please share command to delete topics from ActiveMQ. We need this
> command create script to purge and delete ActiveMQ queues and topics,
> currently we are doing from web url "http://<<server
> ip>>:8161/admin/queues.jsp" and "http://<<server
> ip>>:8161/admin/topics.jsp"
>
> Thanks in advance.
>
> Thanks,
> Shital
>
>
>
> --
> Sent from:
> http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
>