[rabbitmq-discuss] Delete Queue from RabbitMQ

Alvaro Videla videlalvaro at gmail.com
Wed Oct 9 07:18:30 BST 2013


Hi,

You could send a queue.delete command over the channel, how to do that will
depend on the client library you are using. See here for AMQP's
queue.delete http://www.rabbitmq.com/amqp-0-9-1-quickref.html

If you have the management plugin enabled, you can delete them there as
well. Just browse to the queue you want to delete, and at the bottom of the
page you'll find the delete button.

You can also do it via curl on the command line, see more here:
http://hg.rabbitmq.com/rabbitmq-management/raw-file/rabbitmq_v3_1_5/priv/www/api/index.htmlor
here
http://www.rabbitmq.com/management-cli.html

Regards,

Alvaro




On Wed, Oct 9, 2013 at 1:10 AM, Rajasekhar P <sekhar434145 at gmail.com> wrote:

> How to delete some of the Queues based on Queue names from RabbitMQ server
> without using "raabitmqctl reset"?  Thanks in advance.
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131009/c2d457dc/attachment.htm>


More information about the rabbitmq-discuss mailing list