[rabbitmq-discuss] Closing RabbitMq Blocked Connection
Matthias Radestock
matthias at rabbitmq.com
Sat Mar 8 19:12:57 GMT 2014
On 05/03/14 13:26, chetan dev wrote:
> Can someone please tell me the way to close blocked connection.
> I am using rabbitmq 3.0.0
You can find out what connections are blocked via rabbitmqctl,
rabbitmqadmin or the management API. And you can close any given
connection - blocked or unblocked - via the same routes...
rabbitmqctl:
http://www.rabbitmq.com/man/rabbitmqctl.1.man.html#close_connection
rabbitmqadmin: http://www.rabbitmq.com/management-cli.html
management API:
http://hg.rabbitmq.com/rabbitmq-management/raw-file/rabbitmq_v3_2_4/priv/www/api/index.html
(DELETE on /api/connections/<name>)
Matthias.
More information about the rabbitmq-discuss
mailing list