<div dir="ltr">Hi,<br>I'm testing the erlang amqp client and seems it not supports "connection.redirect".<br><br>2> lib_amqp:start_connection("localhost").<br>Have a look into this one: closed<br>
** exception error: no match of right hand side value {error,{{badmatch,{'connection.redirect',<<"host1:5672">>,<br> <<"host1:5672,host2:5672">>}},<br>
[{amqp_network_driver,network_handshake,2},<br> {amqp_network_driver,handshake,1},<br> {amqp_connection,init,1},<br>
{gen_server,init_it,6},<br> {proc_lib,init_p,5}]}}<br> in function amqp_connection:start/5<br>
<br><br>What's the correct behavior with these method ?<br><br>Close the socket and reconnect to the host indicated ?<br><br>What state must return network_handshake to do that ?<br><br>Sorry for the questions but I'm newbie to erlang.<br>
<br><br>Thanks.<br><br></div>