You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.
Similar to the idea in rabbitmq/rabbitmq-server#817 but to force close all active connections, in a particular vhost or (worth considering) globally. This is sometimes useful for technical ops.
Similar to the idea in rabbitmq/rabbitmq-server#817 but to force close all active connections, in a particular vhost or (worth considering) globally. This is sometimes useful for technical ops.
This will be a good feature to introduce now that rabbitmq/rabbitmq-server#500 is finished and merged.
More ideas suggested by @johnfoldager in the original issue in rabbitmq-server:
--per-connection-delay
in milliseconds--global
flag that would close all active connections to a node (across all vhosts)--limit
of how many connections are closed (cannot work with--global
, only per-vhost)The text was updated successfully, but these errors were encountered: