diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-02-23 16:40:10 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-02-23 16:40:10 +0000 |
| commit | c42e8d431872d99787c27aedeb7fed10519269aa (patch) | |
| tree | 04154937d9de8c4264edd9d6846100a19bb87f13 /docs/rabbitmqctl.1.xml | |
| parent | 61b22fe80b9d9fa11ec52c441f7cc6c346021a63 (diff) | |
| download | rabbitmq-server-git-c42e8d431872d99787c27aedeb7fed10519269aa.tar.gz | |
Channel names.
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -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 3ca276ced1..b531d46218 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1191,6 +1191,10 @@ to which the channel belongs.</para></listitem> </varlistentry> <varlistentry> + <term>name</term> + <listitem><para>Readable name for the channel.</para></listitem> + </varlistentry> + <varlistentry> <term>number</term> <listitem><para>The number of the channel, which uniquely identifies it within a connection.</para></listitem> |
