diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2013-08-19 18:49:26 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2013-08-19 18:49:26 +0100 |
| commit | 87b09277919be1b9ec9615d471c365baa226f09a (patch) | |
| tree | 04252e87d6a53727f95b509752228e4445af2095 /docs | |
| parent | 33d7248feb0be93fea931958d3a9edd65d0f6077 (diff) | |
| parent | 1a4b08bfa2efbbb38af9f17d01624b0a267a4383 (diff) | |
| download | rabbitmq-server-git-87b09277919be1b9ec9615d471c365baa226f09a.tar.gz | |
merge stable into default
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 1d6411440a..b2361cdecd 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> |
