summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-08-21 17:05:03 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-08-21 17:05:03 +0100
commitf56940c612a31ec2cfb4b5e279eda9839411fc0d (patch)
tree5c767a2f99b7bdae4d04e907b390a953566280fc /docs
parent3230f44cd88f97c0703c4ae2fa0edefb2e2f7e76 (diff)
downloadrabbitmq-server-git-f56940c612a31ec2cfb4b5e279eda9839411fc0d.tar.gz
Add consumer arguments to events and rabbitmqctl.
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index b2361cdecd..d7c93924c2 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1618,14 +1618,10 @@
characters, the name of the queue subscribed to, the id of
the channel process via which the subscription was created
and is managed, the consumer tag which uniquely identifies
- the subscription within a channel, and a boolean
+ the subscription within a channel, a boolean
indicating whether acknowledgements are expected for
- messages delivered to this consumer.
- </para>
- <para>
- The output is a list of rows containing, in order, the queue name,
- channel process id, consumer tag, and a boolean indicating whether
- acknowledgements are expected from the consumer.
+ messages delivered to this consumer, and any arguments for this
+ consumer.
</para>
</listitem>
</varlistentry>