The following will delete all RabbitMQ queues – useful during development.
call rabbitmqctl stop_app
call rabbitmqctl reset
call rabbitmqctl start_app
Easy to just pop these commands in a batch file to call together in one go.
Via http://blog.boxedice.com/2010/10/21/clearing-purging-rabbitmq-queues/
Thanks a Lot.
Comment by Sanjay — September 27, 2012 @ 3:10 pm
thanks for the informtion
Comment by shree — April 3, 2013 @ 10:45 am