<div dir="ltr"><span style="font-family:palatino,georgia,verdana,arial,sans-serif;font-size:medium;line-height:24px;text-align:justify">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.</span><div style="font-family:palatino,georgia,verdana,arial,sans-serif;font-size:medium;line-height:24px;text-align:justify">
<div>[</div><div>{kernel, [{inet_dist_listen_min, 4001}, {inet_dist_listen_max, 4004}]},</div><div>{rabbitmq_shovel,</div><div> [ {shovels, [ {MQ_shovel,</div><div> [ { sources,</div><div> [{broker, "amqp://"}</div>
<div> ]}</div><div><br></div><div> ,{destinations,</div><div> [ {broker, "amqp://<a href="http://10.33.32.131:5672/" style="color:rgb(0,51,102);font-weight:bold;text-decoration:none">10.33.32.131:5672</a>"}</div>
<div> ]}</div><div> ,{queue,<<"outbound.q">>}</div><div> ,{prefetch_count,10}</div><div> ,{ack_mode,on_confirm}</div>
<div> ,{publish_properties,[{delivery_mode,2}]}</div><div> ,{reconnect_delay,5}</div><div> ]}</div><div><br></div><div> ]}</div><div> ]}</div>
<div><br></div><div>].</div><div><br></div><div><div dir="ltr">As soon as I try to start the server after configuration, I get this error in logs:<br><div>{"could not start kernel pid",application_controller,"error in config file \"/etc/rabbitmq/rabbitmq.config\" (1): bad term"}<br>
</div><div><br></div></div></div></div></div>