[rabbitmq-discuss] Shovel Plugin: How to create an auto-delete queue on source broker
Emile Joubert
emile at rabbitmq.com
Mon Aug 6 11:12:06 BST 2012
Hi Glen,
On 03/08/12 22:46, Cox, Glen wrote:
> Is there a way to specify auto-delete as one of the queue.declare
> parameters within the shovel plugin?
Yes it is possible, using a declaration stanza like this:
{declarations,[{'queue.declare',[{queue,<<"queue_name">>},
durable,auto_delete]}]}
You can also declare the queue independently with any parameters and
arguments, and then tell the shovel plugin to use the queue that you
declared.
-Emile
More information about the rabbitmq-discuss
mailing list