[rabbitmq-discuss] Shovel plugin: queue.declare appears to do nothing
Matthew Sackman
matthew at rabbitmq.com
Wed Aug 31 12:34:15 BST 2011
On Wed, Aug 31, 2011 at 11:20:23AM +0000, max at haventon.se wrote:
> When I use the following configuration file:
>
> [
> {mnesia, [{dump_log_write_threshold, 100}]},
> {rabbit, [{vm_memory_high_watermark, 0.4}]},
> {rabbitmq_shovel, [
> {shovels, [
> {app_to_italy_shovel, [
> {sources, [
> {brokers, ["amqp://"]},
> {declarations, [
> {'queue.declare', [{queue, <<"italy_out">>, durable}]},
You want
{'queue.declare', [{queue, <<"italy_out">>}, durable]},
instead. That'll work.
Was there nothing in the server logs to indicate the queue.declare was
going wrong?
Matthew
More information about the rabbitmq-discuss
mailing list