Skip to content

Instantly share code, notes, and snippets.

@mithriock
Created October 22, 2015 19:25
Show Gist options
  • Select an option

  • Save mithriock/8c6d608f41c9a27b1545 to your computer and use it in GitHub Desktop.

Select an option

Save mithriock/8c6d608f41c9a27b1545 to your computer and use it in GitHub Desktop.
kill connection rabbitmq
rabbitmqctl list_connections pid port state user vhost recv_cnt send_cnt send_pend name | awk '{print "rabbitmqctl close_connection \"" $1 "\" \"manually closing idle connection\"" | "/bin/bash" }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment