summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-03-04 14:29:23 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-03-04 14:29:23 +0000
commitb2e24166a4b22c0794a2e058f1cfca98829bc811 (patch)
treeba5336889639f7f5252c46c6f048af2a760a9443 /docs
parent75715c5369f5ec5a71423cb2f701e5ec9ad6bf24 (diff)
downloadrabbitmq-server-b2e24166a4b22c0794a2e058f1cfca98829bc811.tar.gz
Management information on per-consumer prefetch
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index a7e42503..bd4563fc 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1604,8 +1604,9 @@
and is managed, the consumer tag which uniquely identifies
the subscription within a channel, a boolean
indicating whether acknowledgements are expected for
- messages delivered to this consumer, and any arguments for this
- consumer.
+ messages delivered to this consumer, an integer indicating
+ the prefetch limit (with 0 meaning 'none'), and any arguments
+ for this consumer.
</para>
</listitem>
</varlistentry>