diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2012-06-07 15:11:16 +0100 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2012-06-07 15:11:16 +0100 |
commit | 2e81d77abcd1174ad42a1418836bb0f3fe76b397 (patch) | |
tree | d872673dce21a6e5c8d84559cd13b6db08490e85 /docs | |
parent | 8c677526ea4ec7126f0e53d769ee2c63c3918411 (diff) | |
parent | 46aaf209f4e2d2ea7b40cb6546ad44673b7582c8 (diff) | |
download | rabbitmq-server-2e81d77abcd1174ad42a1418836bb0f3fe76b397.tar.gz |
Merge default
Diffstat (limited to 'docs')
-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 d6f6d51f..68bc87be 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> @@ -999,6 +1003,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 |