From 1d9c5291fff0a66fac0082dae42e382d94b3c96f Mon Sep 17 00:00:00 2001 From: Marc Falzon Date: Fri, 16 Aug 2013 21:59:03 +0200 Subject: Non-exclusive queue declaration in amqp-consume. Declare non-exclusive queue by default, which allows task queue round-robin publishing when binding to a "direct" typed exchange with a routing key matching the publisher's one and the queue name. The "-d" option is replaced with a "-x" option to explicitly declare an exclusive queue if needed. --- tools/doc/amqp-consume.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tools/doc/amqp-consume.xml') 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, but no binding to an exchange is requested with the option. + Note: this option is deprecated and may be + removed in a future version, use the + option to + explicitly declare an exclusive queue. + + + + + + + + + Declared queues are non-exclusive by default, + this option forces declaration of exclusive + queues. -- cgit v1.2.1