diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-10-03 11:31:01 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-10-03 11:31:01 +0100 |
| commit | afeeb9e94bcef3bd591d6715818017a88486d44d (patch) | |
| tree | 6171a0c21ddf2db31835d55c7e7dc68a846b4324 /docs/rabbitmqctl.1.xml | |
| parent | e02c8abb6f344b0f157ddf53c8203ae1ad45bbea (diff) | |
| download | rabbitmq-server-git-afeeb9e94bcef3bd591d6715818017a88486d44d.tar.gz | |
More reasons.
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 174f5bc2bd..73347ceafe 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -992,9 +992,10 @@ Number of active consumers. An active consumer is one which could immediately receive any messages sent to the queue - i.e. it is not limited by its - prefetch count or TCP congestion. At least one of - messages_ready and active_consumers must always be - zero. + prefetch count, TCP congestion, flow control, or + because it has issued channel.flow. At least one + of messages_ready and active_consumers must always + be zero. </para> <para> Note that this value is an instantaneous snapshot |
