diff options
| author | David R. MacIver <david.maciver@lshift.net> | 2010-01-22 14:25:31 +0000 |
|---|---|---|
| committer | David R. MacIver <david.maciver@lshift.net> | 2010-01-22 14:25:31 +0000 |
| commit | 1df0380acd1e64fcfd2ec539fef7425bee72ce93 (patch) | |
| tree | 877d4439b4542e2b63229217280847fac0ac6499 /docs/rabbitmqctl.1.pod | |
| parent | 11fe6b478e764d5001c8c528bca80f455202c03b (diff) | |
| parent | a9433b4bb71c81c579e6b3222603bcea529917f4 (diff) | |
| download | rabbitmq-server-git-1df0380acd1e64fcfd2ec539fef7425bee72ce93.tar.gz | |
merge of default into amqp_0_9_1. Not quite working yet, but runs and passes some tests
Diffstat (limited to 'docs/rabbitmqctl.1.pod')
| -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 |
