diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-06-25 14:29:41 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-06-25 14:29:41 +0100 |
| commit | d67e8c446106168fb387663ac7ff58a5f790b09a (patch) | |
| tree | 939aae576b600612f87f8d4a77bb769ae8fe9470 /docs/rabbitmqctl.1.xml | |
| parent | ecf4739616d100401bbe7738dbf18a689b383303 (diff) | |
| download | rabbitmq-server-git-d67e8c446106168fb387663ac7ff58a5f790b09a.tar.gz | |
Show protocol in rabbitmqctl list_connections. I *think* this is interesting enough to put in the default list of info items.
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index a2038cf0e9..8223a6905a 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -858,6 +858,10 @@ <command>opening</command>, <command>running</command>, <command>closing</command>, <command>closed</command>]).</para></listitem> </varlistentry> <varlistentry> + <term>protocol</term> + <listitem><para>Version of the AMQP protocol in use (currently one of <command>amqp_0_9_1</command> or <command>amqp_0_8</command>). Note that if a client requests an AMQP 0-9 connection, we treat it as AMQP 0-9-1.</para></listitem> + </varlistentry> + <varlistentry> <term>channels</term> <listitem><para>Number of channels using the connection.</para></listitem> </varlistentry> @@ -905,7 +909,7 @@ </variablelist> <para> If no <command>connectioninfoitem</command>s are specified then user, peer - address, peer port and connection state are displayed. + address, peer port, connection state and protocol are displayed. </para> <para role="example-prefix"> |
