[rabbitmq-discuss] shovel with authentication

Michael Klishin michael.s.klishin at gmail.com
Thu Jan 30 09:19:13 GMT 2014


2014-01-30 Tomas Tulka <tomas.tulka at atos.net>:

>         {declarations, [
>                 {'exchange.declare', [
>                     {exchange, <<"MyQ-exchange">>},
>                     {type, <<"direct">>},
>                     *auto_delete*
>                     ]},
>                 {'queue.declare', [
>                     {queue, <<"MyQ">>},
>                     *{arguments,[{<<"x-expires">>, long, 15000}]}*
>                 ]},
>                 {'queue.bind', [
>                     {exchange, <<"MyQ-exchange">>},
>                     {queue,    <<"MyQ">>}
>                 ]}
>
>         ]}]},
>
> Removing those two lines it started to work! So strange...
>

This suggests that the queue already existed but with different arguments.

If Shovel doesn't handle it, it should at least complain in the log.
-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140130/e17a6f6c/attachment.html>


More information about the rabbitmq-discuss mailing list