diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2011-06-24 22:36:22 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2011-06-24 22:36:22 +0100 |
| commit | 08451c5322f9877ce36c4fabc7bfa0dac8329690 (patch) | |
| tree | 404949c84beb96f54b47021213de699e22310e1b /docs | |
| parent | 4c6e1560a903ac514b1fe3a61b9ebdfe963a8083 (diff) | |
| download | rabbitmq-server-git-08451c5322f9877ce36c4fabc7bfa0dac8329690.tar.gz | |
tx gone from everywhere
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"> |
