<div dir="ltr">Hi,<div><br></div><div>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 <a href="http://www.rabbitmq.com/amqp-0-9-1-quickref.html">http://www.rabbitmq.com/amqp-0-9-1-quickref.html</a></div>
<div><br></div><div>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.</div><div><br>
</div><div>You can also do it via curl on the command line, see more here: <a href="http://hg.rabbitmq.com/rabbitmq-management/raw-file/rabbitmq_v3_1_5/priv/www/api/index.html">http://hg.rabbitmq.com/rabbitmq-management/raw-file/rabbitmq_v3_1_5/priv/www/api/index.html</a> or here <a href="http://www.rabbitmq.com/management-cli.html">http://www.rabbitmq.com/management-cli.html</a></div>
<div><br></div><div>Regards,</div><div><br></div><div>Alvaro</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 9, 2013 at 1:10 AM, Rajasekhar P <span dir="ltr"><<a href="mailto:sekhar434145@gmail.com" target="_blank">sekhar434145@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">How to delete some of the Queues based on Queue names from RabbitMQ server without using "raabitmqctl reset"? Thanks in advance.</div>
<br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br></div>