diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-03-04 14:29:23 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-03-04 14:29:23 +0000 |
| commit | 6244e717481bc2cc92ab321fab7dd1b2baa3e8cd (patch) | |
| tree | ba5336889639f7f5252c46c6f048af2a760a9443 /docs | |
| parent | 4a0a415bd3b0a7dae6e1596cb0101fbe0f80a915 (diff) | |
| download | rabbitmq-server-git-6244e717481bc2cc92ab321fab7dd1b2baa3e8cd.tar.gz | |
Management information on per-consumer prefetch
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 5 |
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> |
