<font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"> Hi all,<br><br>I have been trying to make clustering across WAN.I have downloaded shovel -2.3.1.ez file and by putting it inside plugins folder of rabbitmq_server-2.3.1 installed it and successfully started the broker.<br><br>I am following the steps of rabbitmq-shovel-README from<br>http://hg.rabbitmq.com/rabbitmq-shovel/file/rabbitmq_v2_4_1/README<br><br>and configured my rabbitmq.config as follows<br><br><span style="font-weight: bold; text-decoration: underline;">rabbitmq.config</span><br><br>[{rabbit,<br>[<br>MNESIA_BASE=/var/lib/rabbitmq/mnesia<br>LOG_BASE=/var/log/rabbitmq<br>DEFAULT_NODE_IP_ADDRESS=auto<br>NODE_PORT=5672<br>NODENAME=rabbit<br>CONFIG_FILE=/etc/rabbitmq/rabbitmq<br>]<br>},<br><br><br>{rabbit-shovel,<br><br> [{shovels,<br><br> [{my_first_shovel,<br><br> [{sources, <br> [{brokers,<br><br> [<br><br> "amqp://guest:guest@172.29.2.213:55672/Secondvh"<br><br> ]},<br><br> {declarations,<br><br> ['queue.declare',<br><br> {'queue.bind', [{exchange, <<"my_exchange">>},<br><br> {queue, <<>>}]}<br><br> ]}]},<br><br> {destinations, [{broker, ["amqp://guest:guest@172.29.3.138:55672/Firstvh"]},<br><br> {declarations, <br><br> [{'exchange.declare',<br><br> [{exchange, <<"my_exchange">>},<br><br> {type, <<"direct">>},<br><br> durable]}<br><br> ]}]}, <br><br> {queue, <<>>},<br><br> {prefetch_count, 10},<br><br> {auto_ack, false},<br><br> {tx_size, 0},<br><br> {publish_properties, []},<br><br> {publish_fields, []},<br><br> {reconnect_delay, 5}<br><br> ]}<br><br> ]<br><br> }]<br><br> } <br><br> ].<br><br><br>after configuring this I restarted my server again,but I am getting the following error,<br><br><span style="font-weight: bold; text-decoration: underline;">error</span><br><br>[318467@CEG318 sbin]$ sudo ./rabbitmq-server <br>Activating RabbitMQ plugins ...<br>*WARNING* Undefined function fdsrv:bind_socket/2<br>*WARNING* Undefined function fdsrv:start/0<br>*WARNING* Undefined function fdsrv:stop/0<br>*WARNING* Undefined function webmachine_resource:start_link/2<br>7 plugins activated:<br>* amqp_client-2.3.1<br>* mochiweb-1.3<br>* rabbit_management-2.3.1<br>* rabbit_management_agent-2.3.1<br>* rabbit_mochiweb-2.3.1<br>* rabbit_shovel-2.3.1<br>* webmachine-1.7.0<br><br>{"could not start kernel pid",application_controller,"error in config file \"/etc/rabbitmq/rabbitmq.config\" (3): syntax error before: '/'"}<br><br>Crash dump was written to: erl_crash.dump<br>could not start kernel pid (application_controller) (error in config file "/etc/rabbitmq/rabbitmq.config" (3): syntax error before: '/')<br><br><br>Can anyone help me how to proceed creating clusters or anyother alternative approach to implement clustering across WAN in rabbitmq.Any sort of help would really help us.<br><br>Thanks.<br><br><br>Dhivya Swaminathan<br>Tata Consultancy Services<br>Mailto: dhivya.swaminathan@tcs.com<br>Website: http://www.tcs.com<br>____________________________________________<br>Experience certainty. IT Services<br> Business Solutions<br> Outsourcing<br>____________________________________________<br><div></div></font><pre style="white-space:normal">=====-----=====-----=====<br>Notice: The information contained in this e-mail<br>message and/or attachments to it may contain <br>confidential or privileged information. If you are <br>not the intended recipient, any dissemination, use, <br>review, distribution, printing or copying of the <br>information contained in this e-mail message <br>and/or attachments to it are strictly prohibited. If <br>you have received this communication in error, <br>please notify us by reply e-mail or telephone and <br>immediately and permanently delete the message <br>and any attachments. Thank you<br><br><br></pre>