[rabbitmq-discuss] shovel with authentication

Tomas Tulka tomas.tulka at atos.net
Thu Jan 30 09:11:47 GMT 2014


I have solved this strange issue!
Consider this declaration of a source broker:
        {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...



--
View this message in context: http://rabbitmq.1065348.n5.nabble.com/shovel-with-authentication-tp32914p32967.html
Sent from the RabbitMQ mailing list archive at Nabble.com.


More information about the rabbitmq-discuss mailing list