HI,
I have two rabbitmq nodes running on same machine
http://localhost:15672/#/ - Rabbit1
http://localhost:15673/#/ - Rabbit2
Now, I added a shovel through the shovel management page.
{shovel,
{endpoint,
["amqp://localhost:15672/"],
#Fun<rabbit_shovel_parameters.4.22841904>},
{endpoint,
["amqp://localhost:15673"],
But I see the error in Rabbit1.log
** Reason for termination ==
** {{badmatch,{error,handshake_receive_timed_out}},
[{rabbit_shovel_worker,make_conn_and_chan,1,
[{file,"src/rabbit_shovel_worker.erl"},{line,236}]},
{rabbit_shovel_worker,handle_cast,2,
[{file,"src/rabbit_shovel_worker.erl"},{line,62}]},
{gen_server2,handle_msg,2,[{file,"src/gen_server2.erl"},{line,1049}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]}