Explain, references rabbitmq/rabbitmq-server#1971
This commit is contained in:
parent
e76e00aa06
commit
5ab985d2e4
|
|
@ -53,6 +53,8 @@ defmodule RabbitMQ.CLI.Ctl.Commands.CloseAllConnectionsCommand do
|
|||
_ ->
|
||||
:rabbit_misc.rpc_call(
|
||||
node_name,
|
||||
# As of 3.7.15, this function was moved to the rabbit_connection_tracking module with a stub.
|
||||
# Continue using this one for now for maximum CLI/server version compatibility. MK.
|
||||
:rabbit_connection_tracking_handler,
|
||||
:close_connections,
|
||||
[conns, explanation, delay]
|
||||
|
|
|
|||
Loading…
Reference in New Issue