diff options
author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-12-09 08:24:52 +0000 |
---|---|---|
committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-12-09 08:24:52 +0000 |
commit | 811092a488075ca9d5e35bcc5c208d57acbc1d2b (patch) | |
tree | 560a7aaee34524af2ef87f2ddfd13665c184f670 /docs | |
parent | 4b1537735bf523649db72c42288ff43fe7939b57 (diff) | |
download | rabbitmq-server-811092a488075ca9d5e35bcc5c208d57acbc1d2b.tar.gz |
add stats again; update docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/rabbitmqctl.1.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 6b02abe4..b02ec613 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1134,6 +1134,18 @@ messages to the channel's consumers. </para></listitem> </varlistentry> + <varlistentry> + <term>confirm</term> + <listitem><para>Confirm mode for the channel. Either + <command>none</command>, <command>single</command> or + <command>multiple</command>.</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, |