<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi, <div><br></div><div>I set up a test shovel which shovels messages from New York to LA. When I use ipv6 ipaddresses the shovel works. If I exchange the ipv6 addresses with the actual DNS name it fails. It seems to connect to the ipv4 address first and then just fails. The error msg I get is: </div><div><br></div><div>"<span class="Apple-style-span" style="font-family: monospace; white-space: pre; ">{{badmatch,{error,econnrefused}},</span></div><div><pre> [{rabbit_shovel_worker,make_conn_and_chan,1},<br> {rabbit_shovel_worker,handle_cast,2},<br> {gen_server2,handle_msg,2},<br> {proc_lib,init_p_do_apply,3}]}</pre><div>"</div></div><div><br></div><div>Is there an erlang kernel option the say go ipv6 first? </div><div><br></div><div><br></div><div><br></div><div>[</div><div><div>{rabbitmq_shovel,</div><div> [{shovels,</div><div> [{banana_order_shovel,</div><div> [{sources, [{broker, "<a href="amqp://guest:jnctn2012@2320:104:2001::205a:5672">amqp://guest:jnctn2012@2320:104:2001::205a:5672</a>"},</div><div> {declarations,</div><div> [{'queue.declare',</div><div> [{queue, <<"backup_orders">>},</div><div> durable]},</div><div> {'exchange.declare',</div><div> [{exchange, <<"incoming_orders">>},</div><div> {type, <<"direct">>},</div><div> durable]},</div><div> {'queue.bind',</div><div> [{exchange, <<"incoming_orders">>},</div><div> {queue, <<"backup_orders">>},</div><div> {routing_key, <<"bananas">>}]}</div><div> ]}]},</div><div> {destinations, [{broker, "<a href="amqp://guest:jnctn2012@2320:104:2001::2020::5672">amqp://guest:jnctn2012@2320:104:2001::2020::5672</a>"},</div><div> {declarations,</div><div> [{'queue.declare',</div><div> [{queue, <<"warehouse_foodsection">>},</div><div> durable]},</div><div> {'exchange.declare',</div><div> [{exchange, <<"incoming_orders">>},</div><div> {type, <<"direct">>},</div><div> durable]},</div><div> {'queue.bind',</div><div> [{exchange, <<"incoming_orders">>},</div><div> {queue, <<"warehouse_foodsection">>},</div><div> {routing_key, <<"bananas">>}]}</div><div> ]}]},</div><div> {queue, <<"backup_orders">>},</div><div> {prefetch_count, 5},</div><div> {ack_mode, on_confirm},</div><div> {publish_properties, [{delivery_mode, 2}]},</div><div> {publish_fields, [{exchange, <<"incoming_orders">>},</div><div> {routing_key, <<"bananas">>}]},</div><div> {reconnect_delay, 5}</div><div> ]}</div><div> ]</div><div> }]</div><div> },</div><div>....</div><div>....</div><div>....</div><div>...</div><div>].</div></div><div><br></div><div><br></div></body></html>