Last active
July 25, 2019 11:46
-
-
Save dodbrian/6eab7759a886288bf84aea5f9191ab50 to your computer and use it in GitHub Desktop.
Clean up RabbitMQ (remove queues and exchanges)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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