summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-02-05 14:32:59 +0000
committerMatthew Sackman <matthew@lshift.net>2010-02-05 14:32:59 +0000
commit9aca08e82e52503bce4dd924c2eab0eef11b7abb (patch)
treed8765d9e29af55705862e8dbea5fafd685a2271c /docs
parent13d1504f7a711f4c28e9b380d821021257593c34 (diff)
parent004f28b9515007cd51d964043510d123cc9bd1e5 (diff)
downloadrabbitmq-server-git-9aca08e82e52503bce4dd924c2eab0eef11b7abb.tar.gz
Merging bug22300 into default
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.pod20
1 files changed, 16 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod
index 0c95841e4e..e26767ab4f 100644
--- a/docs/rabbitmqctl.1.pod
+++ b/docs/rabbitmqctl.1.pod
@@ -455,10 +455,22 @@ QoS prefetch count limit in force, 0 if unlimited
=back
-The list_queues, list_exchanges and list_bindings commands accept an
-optional virtual host parameter for which to display results,
-defaulting to I<"/">. The default can be overridden with the B<-p>
-flag.
+=item list_consumers
+
+List consumers, i.e. subscriptions to a queue's message stream. Each
+line printed shows, separated by tab characters, the name of the queue
+subscribed to, the id of the channel process via which the
+subscription was created and is managed, the consumer tag which
+uniquely identifies the subscription within a channel, and a boolean
+indicating whether acknowledgements are expected for messages
+delivered to this consumer.
+
+=back
+
+The list_queues, list_exchanges, list_bindings and list_consumers
+commands accept an optional virtual host parameter for which to
+display results, defaulting to I<"/">. The default can be overridden
+with the B<-p> flag.
=head1 OUTPUT ESCAPING