diff options
| author | Tony Garnock-Jones <tonyg@lshift.net> | 2009-12-14 13:51:55 +0000 |
|---|---|---|
| committer | Tony Garnock-Jones <tonyg@lshift.net> | 2009-12-14 13:51:55 +0000 |
| commit | 7a26ea1c88634de1116e122afa549384cb88fa00 (patch) | |
| tree | 7bdf670419745b19c835325839e2677dcdb2fbd5 /docs | |
| parent | dab83609432d34fec0c1811c4828bbf0859929d4 (diff) | |
| parent | dbcd94fe46c541751680556269187daff58065ba (diff) | |
| download | rabbitmq-server-git-7a26ea1c88634de1116e122afa549384cb88fa00.tar.gz | |
Merge default into bug22039
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 |
