diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-01-21 13:05:57 +0000 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-01-21 13:05:57 +0000 |
| commit | af57a26e9a1a44ee9765460a07402c55e5583957 (patch) | |
| tree | e7b42d1c1b75838834fdd29cbc2baecdb231dd01 /docs | |
| parent | 04af35656ad30e621b238d0e1000f26b5f450f00 (diff) | |
| parent | a3e6dc0f335f6ac21a20db9af9fd87994cac43d4 (diff) | |
| download | rabbitmq-server-git-af57a26e9a1a44ee9765460a07402c55e5583957.tar.gz | |
merge from default
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 2152cab32c..93c8561799 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1191,6 +1191,16 @@ messages to the channel's consumers. </para></listitem> </varlistentry> + <varlistentry> + <term>confirm</term> + <listitem><para>True if the channel is in confirm mode, false otherwise.</para></listitem> + </varlistentry> + <varlistentry> + <term>unconfirmed</term> + <listitem><para>Number of published messages not yet + confirmed. On channels not in confirm mode, this + remains 0.</para></listitem> + </varlistentry> </variablelist> <para> If no <command>channelinfoitem</command>s are specified then pid, |
