summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-03-06 17:19:14 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-03-06 17:19:14 +0000
commit9d92c442c52d608b3721f82fbdea5fb2854018c1 (patch)
tree29d2936acc06bb6622b4111e07bb48c66cf45ad8 /docs
parentda544b7616c65fdf29f32305124e25b2efb1ec41 (diff)
parent22873bc8e09e73c9cd95204b09f5d554d94d9032 (diff)
downloadrabbitmq-server-git-9d92c442c52d608b3721f82fbdea5fb2854018c1.tar.gz
Merge bug25957
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index a7e4250385..01b024a235 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1574,7 +1574,11 @@
</varlistentry>
<varlistentry>
<term>prefetch_count</term>
- <listitem><para>QoS prefetch count limit in force, 0 if unlimited.</para></listitem>
+ <listitem><para>QoS prefetch limit for new consumers, 0 if unlimited.</para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>global_prefetch_count</term>
+ <listitem><para>QoS prefetch limit for the entire channel, 0 if unlimited.</para></listitem>
</varlistentry>
</variablelist>
<para>
@@ -1604,8 +1608,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>