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
commit6244e717481bc2cc92ab321fab7dd1b2baa3e8cd (patch)
treeba5336889639f7f5252c46c6f048af2a760a9443 /docs
parent4a0a415bd3b0a7dae6e1596cb0101fbe0f80a915 (diff)
downloadrabbitmq-server-git-6244e717481bc2cc92ab321fab7dd1b2baa3e8cd.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 a7e4250385..bd4563fcd4 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>