summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-11-14 12:01:05 +0000
committerSimon MacMullen <simon@rabbitmq.com>2013-11-14 12:01:05 +0000
commitf7693f89491e5b417162657233ed1b2f42840239 (patch)
tree7492f0c3342742b6946893d04c5e84daba683997
parentf960f593da2bfe87e66c3472fac7a1755736b39f (diff)
downloadrabbitmq-server-f7693f89491e5b417162657233ed1b2f42840239.tar.gz
Oops, that should have gone in bug 25415
-rw-r--r--docs/rabbitmqctl.1.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index d7c93924..6ec7ee07 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1135,27 +1135,6 @@
<listitem><para>Number of consumers.</para></listitem>
</varlistentry>
<varlistentry>
- <term>active_consumers</term>
- <listitem>
- <para>
- 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, 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
- - when consumers are restricted by their prefetch
- count they may only appear to be active for small
- fractions of a second until more messages are sent
- out.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term>memory</term>
<listitem><para>Bytes of memory consumed by the Erlang process associated with the
queue, including stack, heap and internal structures.</para></listitem>