~ubuntu-branches/ubuntu/trusty/rabbitmq-server/trusty

« back to all changes in this revision

Viewing changes to docs/rabbitmqctl.1.xml

  • Committer: Package Import Robot
  • Author(s): Emile Joubert
  • Date: 2013-12-11 17:31:14 UTC
  • mfrom: (0.5.9) (0.1.45 sid)
  • Revision ID: package-import@ubuntu.com-20131211173114-rvd3b6vk56w595na
Tags: 3.2.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1135
1135
                <listitem><para>Number of consumers.</para></listitem>
1136
1136
              </varlistentry>
1137
1137
              <varlistentry>
1138
 
                <term>active_consumers</term>
1139
 
                <listitem>
1140
 
                  <para>
1141
 
                    Number of active consumers. An active consumer is
1142
 
                    one which could immediately receive any messages
1143
 
                    sent to the queue - i.e. it is not limited by its
1144
 
                    prefetch count, TCP congestion, flow control, or
1145
 
                    because it has issued channel.flow. At least one
1146
 
                    of messages_ready and active_consumers must always
1147
 
                    be zero.
1148
 
                  </para>
1149
 
                  <para>
1150
 
                    Note that this value is an instantaneous snapshot
1151
 
                    - when consumers are restricted by their prefetch
1152
 
                    count they may only appear to be active for small
1153
 
                    fractions of a second until more messages are sent
1154
 
                    out.
1155
 
                  </para>
1156
 
                </listitem>
1157
 
              </varlistentry>
1158
 
              <varlistentry>
1159
1138
                <term>memory</term>
1160
1139
                <listitem><para>Bytes of memory consumed by the Erlang process associated with the
1161
1140
                  queue, including stack, heap and internal structures.</para></listitem>