diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2010-07-30 15:18:37 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-07-30 15:18:37 +0100 |
| commit | 44b0742a979a4fed2780fa876bc56dea1d58dffd (patch) | |
| tree | a46bfe3d538873a82a4ffd3da991079be72582c9 /docs | |
| parent | 6c2cba890ac542ca44c15482cbcab6638f33f21e (diff) | |
| parent | a2f177611cc552d20f833a6955a4c28d68fe7858 (diff) | |
| download | rabbitmq-server-git-44b0742a979a4fed2780fa876bc56dea1d58dffd.tar.gz | |
merge bug22889 into default
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index e53a97c2c9..a7d064f1e7 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -888,6 +888,10 @@ <listitem><para>Number of channels using the connection.</para></listitem> </varlistentry> <varlistentry> + <term>protocol</term> + <listitem><para>Version of the AMQP protocol in use (currently one of <command>{0,9,1}</command> or <command>{0,8,0}</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>user</term> <listitem><para>Username associated with the connection.</para></listitem> </varlistentry> |
