diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-02-04 22:53:27 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-02-04 22:53:27 +0000 |
| commit | 3f7e5d6e570fa646fce3125712bbf1a53752f759 (patch) | |
| tree | 9ae46a3c904c4c24c2bc518d4d49b6614c41256a /docs/rabbitmqctl.1.pod | |
| parent | 9c4138f756c63a1f075c64a5f2c8240e1c27ff3c (diff) | |
| download | rabbitmq-server-git-3f7e5d6e570fa646fce3125712bbf1a53752f759.tar.gz | |
docs
Diffstat (limited to 'docs/rabbitmqctl.1.pod')
| -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 47c4d16860..6f78399859 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 |
