<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2014-01-30 Tomas Tulka <span dir="ltr"><<a href="mailto:tomas.tulka@atos.net" target="_blank">tomas.tulka@atos.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":nw" style="overflow:hidden"> {declarations, [<br>
{'exchange.declare', [<br>
{exchange, <<"MyQ-exchange">>},<br>
{type, <<"direct">>},<br>
*auto_delete*<br>
]},<br>
{'queue.declare', [<br>
{queue, <<"MyQ">>},<br>
*{arguments,[{<<"x-expires">>, long, 15000}]}*<br>
]},<br>
{'queue.bind', [<br>
{exchange, <<"MyQ-exchange">>},<br>
{queue, <<"MyQ">>}<br>
]}<br>
<br>
]}]},<br>
<br>
Removing those two lines it started to work! So strange...</div></blockquote></div><br>This suggests that the queue already existed but with different arguments.<br><br clear="all"><div>If Shovel doesn't handle it, it should at least complain in the log.</div>
-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br><a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>
</div></div>