[rabbitmq-discuss] Help with shovel plug-in

Matthias Radestock matthias at rabbitmq.com
Thu Sep 9 14:24:03 BST 2010


Paulo,

On 09/09/10 14:15, Matthew Sackman wrote:
> The most likely issue is that you're running the latest default on the
> broker and the erlang client.

Indeed.

Though the config looks a bit weird too: you really shouldn't be 
declaring or binding to the default exchange (<<"">>, or just <<>>) - 
the default exchange always exists and queues get bound to it automatically.

Also: {delivery_mode, "keep"} - that's wrong; the delivery_mode needs to 
be either 1 (for transient) or 2 (for persistent).


Matthias.


More information about the rabbitmq-discuss mailing list