diff options
| author | Matthew Sackman <matthew@lshift.net> | 2010-02-05 14:00:38 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2010-02-05 14:00:38 +0000 |
| commit | 13d1504f7a711f4c28e9b380d821021257593c34 (patch) | |
| tree | 1650197093118214aeb32c4740a47fff253ed592 /docs | |
| parent | 76020578b833c56af72d7f5e5b1a0a58dd818a8c (diff) | |
| parent | 6f65ddb23dfae6df1081e720d677212c630df9e9 (diff) | |
| download | rabbitmq-server-git-13d1504f7a711f4c28e9b380d821021257593c34.tar.gz | |
Merging bug 22309 onto default
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod index 24efbdedc9..0c95841e4e 100644 --- a/docs/rabbitmqctl.1.pod +++ b/docs/rabbitmqctl.1.pod @@ -98,6 +98,13 @@ nodes determined by I<clusternode> option(s). See L<http://www.rabbitmq.com/clustering.html> for more information about clustering. +=item close_connection I<connectionpid> I<explanation> + +Instruct the broker to close the connection associated with the Erlang +process id I<connectionpid> (see also the I<list_connections> +command), passing the I<explanation> string to the connected client as +part of the AMQP connection shutdown protocol. + =back =head2 USER MANAGEMENT |
