diff options
| author | Tony Garnock-Jones <tonyg@lshift.net> | 2009-12-17 20:07:48 +0000 |
|---|---|---|
| committer | Tony Garnock-Jones <tonyg@lshift.net> | 2009-12-17 20:07:48 +0000 |
| commit | f87f1d9d1950eee917ff95a8e24be3ad5077d85d (patch) | |
| tree | 60ab0a9286f9feb95560e31d56182405bd66f0df /docs | |
| parent | 26f823825509269e9c31de3c17969f33f5bedc23 (diff) | |
| parent | 174bf6f2d5862f048fb093f9e8ea9a175f273f44 (diff) | |
| download | rabbitmq-server-git-f87f1d9d1950eee917ff95a8e24be3ad5077d85d.tar.gz | |
Merge default into bug22068
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 |
