Hi,<br><br>I am trying to run a RabbitMQ broker behind an ELB. <br>The amqp connection gets established but it is getting closed after sometime. <br><br>with this kind of message:<br><br>=ERROR REPORT==== 22-Jun-2011::11:27:59 ===<br>
** Generic server <0.149.0> terminating<br>** Last message in was socket_closed<br>** When Server state == {state,amqp_network_connection,<br> {state,#Port<0.651>,0,<0.153.0>,131072,undefined,<br>
false},<br> <0.148.0>,<0.151.0>,<br> {amqp_params,<<"guest">>,<<"guest">>,<<"/">>,<br>
"<i>BrokerHostname</i>", <br> 5672,nonode@nohost,0,0,0,none,<br> [#Fun<amqp_auth_mechanisms.plain.3>,<br>
#Fun<amqp_auth_mechanisms.amqplain.3>],<br> none,[]},<br> 0,<br> [{<<"capabilities">>,table,<br>
[{<<"publisher_confirms">>,bool,true},<br> {<<"exchange_exchange_bindings">>,bool,true},<br> {<<"basic.nack">>,bool,true},<br>
{<<"consumer_cancel_notify">>,bool,true}]},<br> {<<"copyright">>,longstr,<br> <<"Copyright (C) 2007-2011 VMware, Inc.">>},<br>
{<<"information">>,longstr,<br> <<"Licensed under the MPL. See <a href="http://www.rabbitmq.com/">http://www.rabbitmq.com/</a>">>},<br>
{<<"platform">>,longstr,<<"Erlang/OTP">>},<br> {<<"product">>,longstr,<<"RabbitMQ">>},<br>
{<<"version">>,longstr,<<"2.4.1">>}],<br> #Fun<amqp_connection_sup.0.110528238>,<br> #Fun<amqp_connection_sup.2.116782220>,false}<br>
** Reason for termination ==<br>** socket_closed_unexpectedly<br><br><br>If i do the same without ELB, the connection is stable. <br>Is there any setting which i am missing? <br><br>Thanks in advance,<br>Dhinesh Kumar <br>
<br>