[rabbitmq-discuss] Problems with shovel plugin
Jason McIntosh
mcintoshj at gmail.com
Mon Oct 21 22:25:03 BST 2013
Try changing "MQ_shovel" to have single quotes around it. I'd also try
removing:
{kernel, [{inet_dist_listen_min, 4001}, {inet_dist_listen_max, 4004}]},
first.
Jason
On Mon, Oct 21, 2013 at 4:18 PM, Viraj Gupte <viraj.gupte at credorax.com>wrote:
> This is the configuration of shovel plugin I wish to run on Rabbitmq
> 2.8.7. The ip address of the machine that declares the shovel plugin is
> 10.33.32.130.
> [
> {kernel, [{inet_dist_listen_min, 4001}, {inet_dist_listen_max, 4004}]},
> {rabbitmq_shovel,
> [ {shovels, [ {MQ_shovel,
> [ { sources,
> [{broker, "amqp://"}
> ]}
>
> ,{destinations,
> [ {broker, "amqp://10.33.32.131:5672"}
> ]}
> ,{queue,<<"outbound.q">>}
> ,{prefetch_count,10}
> ,{ack_mode,on_confirm}
> ,{publish_properties,[{delivery_mode,2}]}
> ,{reconnect_delay,5}
> ]}
>
> ]}
> ]}
>
> ].
>
> As soon as I try to start the server after configuration, I get this error
> in logs:
> {"could not start kernel pid",application_controller,"error in config file
> \"/etc/rabbitmq/rabbitmq.config\" (1): bad term"}
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
--
Jason McIntosh
http://mcintosh.poetshome.com/blog/
573-424-7612
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131021/f437a18f/attachment.htm>
More information about the rabbitmq-discuss
mailing list