Skip to content

Instantly share code, notes, and snippets.

@haio
Created November 28, 2013 10:40
Show Gist options
  • Save haio/7690040 to your computer and use it in GitHub Desktop.
Save haio/7690040 to your computer and use it in GitHub Desktop.
Delete all queues in RabbitMQ
rabbitmqctl stop_app
rabbitmqctl reset
rabbitmqctl start_app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment