summaryrefslogtreecommitdiff
path: root/tools/doc/amqp-consume.xml
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2014-04-14 17:29:03 +0100
committerAsk Solem <ask@celeryproject.org>2014-04-14 17:29:03 +0100
commitbe3000b4c84d7503f5ef4067de44ff16d060d158 (patch)
treefecacb0f149b067202c443b59aad3cc027a0ff1c /tools/doc/amqp-consume.xml
parentdcb8edaccd6e164d624edfab0f3120d96f707f0a (diff)
parentfe844e41ffad5691607982cbfe4054aacdcb81e0 (diff)
downloadrabbitmq-c-github-ask-be3000b4c84d7503f5ef4067de44ff16d060d158.tar.gz
Merge branch 'alanxz/master'
Conflicts: Makefile.am codegen
Diffstat (limited to 'tools/doc/amqp-consume.xml')
-rw-r--r--tools/doc/amqp-consume.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/doc/amqp-consume.xml b/tools/doc/amqp-consume.xml
index b5f40d7..f6f51ba 100644
--- a/tools/doc/amqp-consume.xml
+++ b/tools/doc/amqp-consume.xml
@@ -119,6 +119,21 @@
<option>--queue</option> option, but no
binding to an exchange is requested with the
<option>--exchange</option> option.
+ Note: this option is deprecated and may be
+ removed in a future version, use the
+ <option>--exclusive</option> option to
+ explicitly declare an exclusive queue.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-x</option></term>
+ <term><option>--exclusive</option></term>
+ <listitem>
+ <para>
+ Declared queues are non-exclusive by default,
+ this option forces declaration of exclusive
+ queues.
</para>
</listitem>
</varlistentry>