diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-02-02 19:37:04 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-02-02 19:37:04 +0000 |
| commit | 82d3065e1303085f5bf590a4f21f561161ed2fd9 (patch) | |
| tree | 5d925ee375bbea19cb0b928b8003fe30d349befd /docs/rabbitmqctl.1.pod | |
| parent | 19642833f120e6b52fd41e77f37d57b40504f74e (diff) | |
| download | rabbitmq-server-git-82d3065e1303085f5bf590a4f21f561161ed2fd9.tar.gz | |
add 'rabbitmqctl list_consumers' command
Diffstat (limited to 'docs/rabbitmqctl.1.pod')
| -rw-r--r-- | docs/rabbitmqctl.1.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod index b82d5b87f4..0ebe17dcb0 100644 --- a/docs/rabbitmqctl.1.pod +++ b/docs/rabbitmqctl.1.pod @@ -422,6 +422,14 @@ QoS prefetch count limit in force, 0 if unlimited =back +=item list_consumers + +List consumers, i.e. subscriptions to a queue's message stream. Each +line printed shows, separated by tab characters, 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 the name of the queue subscribed to. + 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> |
