Created
July 19, 2020 16:52
-
-
Save MarounMaroun/cec7b19a278a836e39f01587817d3e49 to your computer and use it in GitHub Desktop.
Clear RabbitMQ queues
This file contains hidden or 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
docker ps -aqf "name=rmq" | xargs -I{} docker exec {} bash -c "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