Skip to content

Instantly share code, notes, and snippets.

@dodbrian
Last active July 25, 2019 11:46
Show Gist options
  • Save dodbrian/6eab7759a886288bf84aea5f9191ab50 to your computer and use it in GitHub Desktop.
Save dodbrian/6eab7759a886288bf84aea5f9191ab50 to your computer and use it in GitHub Desktop.
Clean up RabbitMQ (remove queues and exchanges)
#!/bin/bash
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