Hey everyone,
This is more for personal reference, but hopefully it’s able to help someone else as well. This post will simply be used for a list of RabbitMQ commands that I’ve found handy and may need to use again down the track.
Command | Description | Reference | Misc |
rabbitmqctl stop_app rabbitmqctl reset # Be sure you really want to do this! rabbitmqctl start_app | Used to completely reset rabbit mq | https://stackoverflow.com/a/11459967/522859 | |
Leave a Reply