summaryrefslogtreecommitdiff
path: root/docs/rabbitmqctl.1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
-rw-r--r--docs/rabbitmqctl.1.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index d012c16a8f..71f3317f4f 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -646,6 +646,12 @@
optional <command>vhost</command> parameter. This parameter, if present, must be
specified immediately after the query.
</para>
+ <para role="usage">
+ The list_queues, list_exchanges and list_bindings commands accept an
+ optional virtual host parameter for which to display results. The
+ default value is "/".
+ </para>
+
<variablelist>
<varlistentry role="usage-has-option-list">
<term>list_queues <option>-p <replaceable>vhostpath</replaceable></option> <option role="usage-option-list"><replaceable>queueinfoitem</replaceable> ...</option></term>
@@ -816,6 +822,10 @@
name, queue name, routing key and binding arguments, in
that order. Non-ASCII characters will be URL-encoded.
</para>
+ <para role="usage">
+ The output format for "list_bindings" is a list of rows containing
+ exchange name, queue name, routing key and arguments, in that order.
+ </para>
</listitem>
</varlistentry>
@@ -1013,6 +1023,12 @@
indicating whether acknowledgements are expected for
messages delivered to this consumer.
</para>
+ <para role="usage">
+ The output format for "list_consumers" is a list of rows containing,
+ in order, the queue name, channel process id, consumer tag, and a
+ boolean indicating whether acknowledgements are expected from the
+ consumer.
+ </para>
</listitem>
</varlistentry>
</variablelist>