summaryrefslogtreecommitdiff
path: root/docs/rabbitmqctl.1.xml
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2013-10-28 11:34:03 +0000
committerEmile Joubert <emile@rabbitmq.com>2013-10-28 11:34:03 +0000
commitbb20670bb2e145342b7c5ba07dafb4e9b6b4cf82 (patch)
tree93d1800b87ca165beb2ef6f951474bf24fa0acc0 /docs/rabbitmqctl.1.xml
parent4163613eb274f851ae0e83038ea0a906491720e5 (diff)
parentdcb789ec73460ca7339eea8dea6a39d6f0e84ffe (diff)
downloadrabbitmq-server-git-bb20670bb2e145342b7c5ba07dafb4e9b6b4cf82.tar.gz
Merged bug25826 into stable
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
-rw-r--r--docs/rabbitmqctl.1.xml20
1 files changed, 11 insertions, 9 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 1d6411440a..d7c93924c2 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -960,7 +960,7 @@
</para>
<variablelist>
<varlistentry>
- <term><cmdsynopsis><command>set_policy</command> <arg choice="opt">-p <replaceable>vhostpath</replaceable></arg> <arg choice="req"><replaceable>name</replaceable></arg> <arg choice="req"><replaceable>pattern</replaceable></arg> <arg choice="req"><replaceable>definition</replaceable></arg> <arg choice="opt"><replaceable>priority</replaceable></arg> </cmdsynopsis></term>
+ <term><cmdsynopsis><command>set_policy</command> <arg choice="opt">-p <replaceable>vhostpath</replaceable></arg> <arg choice="opt">--priority <replaceable>priority</replaceable></arg> <arg choice="opt">--apply-to <replaceable>apply-to</replaceable></arg> <arg choice="req"><replaceable>name</replaceable></arg> <arg choice="req"><replaceable>pattern</replaceable></arg> <arg choice="req"><replaceable>definition</replaceable></arg></cmdsynopsis></term>
<listitem>
<para>
Sets a policy.
@@ -989,7 +989,13 @@
<varlistentry>
<term>priority</term>
<listitem><para>
- The priority of the policy as an integer, defaulting to 0. Higher numbers indicate greater precedence.
+ The priority of the policy as an integer. Higher numbers indicate greater precedence. The default is 0.
+ </para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>apply-to</term>
+ <listitem><para>
+ Which types of object this policy should apply to - "queues", "exchanges" or "all". The default is "all".
</para></listitem>
</varlistentry>
</variablelist>
@@ -1612,14 +1618,10 @@
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
+ the subscription within a channel, a boolean
indicating whether acknowledgements are expected for
- messages delivered to this consumer.
- </para>
- <para>
- The output 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.
+ messages delivered to this consumer, and any arguments for this
+ consumer.
</para>
</listitem>
</varlistentry>