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/