diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2011-06-26 18:21:18 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2011-06-26 18:21:18 +0100 |
| commit | 7836ce2d6045dcafa82df2dc05bd07a8bd68b665 (patch) | |
| tree | c60c02ba75134c0b8b5639c56e12c93488f3f508 /docs | |
| parent | 993823e6dc482b414725067124c5202fc10e1cf2 (diff) | |
| parent | 9de9da84eff2460bd79d05a37fdabc2085473436 (diff) | |
| download | rabbitmq-server-git-7836ce2d6045dcafa82df2dc05bd07a8bd68b665.tar.gz | |
merge default into bug24216
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index a0f031927f..fdb49912c7 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1196,10 +1196,6 @@ <listitem><para>Virtual host in which the channel operates.</para></listitem> </varlistentry> <varlistentry> - <term>transactional</term> - <listitem><para>True if the channel is in transactional mode, false otherwise.</para></listitem> - </varlistentry> - <varlistentry> <term>consumer_count</term> <listitem><para>Number of logical AMQP consumers retrieving messages via the channel.</para></listitem> @@ -1210,11 +1206,6 @@ yet acknowledged.</para></listitem> </varlistentry> <varlistentry> - <term>acks_uncommitted</term> - <listitem><para>Number of acknowledgements received in an as yet - uncommitted transaction.</para></listitem> - </varlistentry> - <varlistentry> <term>prefetch_count</term> <listitem><para>QoS prefetch count limit in force, 0 if unlimited.</para></listitem> </varlistentry> @@ -1239,8 +1230,7 @@ </variablelist> <para> If no <command>channelinfoitem</command>s are specified then pid, - user, transactional, consumer_count, and - messages_unacknowledged are assumed. + user, consumer_count, and messages_unacknowledged are assumed. </para> <para role="example-prefix"> |
