diff options
| author | Matthew Sackman <matthew@lshift.net> | 2009-12-11 23:39:23 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2009-12-11 23:39:23 +0000 |
| commit | 0a9c2d9b0a17289cf8556614a6c4642f8bc3045f (patch) | |
| tree | a8f4bb74bc399e80749a066451d68a897a5a5591 /docs | |
| parent | ff7ddc2ea6167a0cfa532af32c18c0090390d9a8 (diff) | |
| parent | dbcd94fe46c541751680556269187daff58065ba (diff) | |
| download | rabbitmq-server-git-0a9c2d9b0a17289cf8556614a6c4642f8bc3045f.tar.gz | |
merging in from default
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.pod | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod index 6b4208725f..5255be28a0 100644 --- a/docs/rabbitmqctl.1.pod +++ b/docs/rabbitmqctl.1.pod @@ -198,9 +198,9 @@ whether the queue will be deleted when no longer used queue arguments -=item node +=item pid -node on which the process associated with the queue resides +id of the Erlang process associated with the queue =item messages_ready @@ -297,7 +297,7 @@ I<user>, I<peer_address>, I<peer_port> and I<state> are assumed. =item node -node on which the process associated with the connection resides +id of the Erlang process associated with the connection =item address @@ -340,6 +340,11 @@ connection timeout maximum frame size (bytes) +=item client_properties + +informational properties transmitted by the client during connection +establishment + =item recv_oct octets received |
