[rabbitmq-discuss] Problems with shovel plugin

Viraj Gupte viraj.gupte at credorax.com
Mon Oct 21 22:18:36 BST 2013


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"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131021/3294bb3b/attachment.htm>


More information about the rabbitmq-discuss mailing list