Skip to content

Instantly share code, notes, and snippets.

@nitinbhojwani
Created April 27, 2016 08:04
Show Gist options
  • Save nitinbhojwani/14f0c151774ae8340a814955e6322590 to your computer and use it in GitHub Desktop.
Save nitinbhojwani/14f0c151774ae8340a814955e6322590 to your computer and use it in GitHub Desktop.
Closes all rabbitmq connections
sudo rabbitmqctl list_connections pid | while read pid ; do sudo rabbitmqctl close_connection ${pid} "go away" ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment