diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-05-18 10:59:25 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-05-18 10:59:25 +0100 |
| commit | ce4fa1b7d8ddd8ca3a2e9c051b2e024f87c6a6fa (patch) | |
| tree | 07798fd6fa5aa59646986253cd2117748e41ddeb | |
| parent | 975aa1d925d16b2c2c1920e28d53f84a200d7711 (diff) | |
| download | rabbitmq-server-git-ce4fa1b7d8ddd8ca3a2e9c051b2e024f87c6a6fa.tar.gz | |
Document policy info item.
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 1effd691bd..f64406e30e 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -887,6 +887,10 @@ <listitem><para>Queue arguments.</para></listitem> </varlistentry> <varlistentry> + <term>policy</term> + <listitem><para>Policy name applying to the queue.</para></listitem> + </varlistentry> + <varlistentry> <term>pid</term> <listitem><para>Id of the Erlang process associated with the queue.</para></listitem> </varlistentry> @@ -998,6 +1002,10 @@ <term>arguments</term> <listitem><para>Exchange arguments.</para></listitem> </varlistentry> + <varlistentry> + <term>policy</term> + <listitem><para>Policy name for applying to the exchange.</para></listitem> + </varlistentry> </variablelist> <para> If no <command>exchangeinfoitem</command>s are specified then |
