Hi Tilman!<div><br></div><div>I have it! It is 5 seconds in my case.</div><div><br></div><div><div><font face="'courier new', monospace"><b>{ok, Connection} = amqp_connection:start(</b></font></div><div><font face="'courier new', monospace"><b>        #amqp_params_network{</b></font></div>

<div><font face="'courier new', monospace"><b>            host = "localhost",</b></font></div><div><font face="'courier new', monospace"><b>            username = <<"guest">>,</b></font></div>

<div><font face="'courier new', monospace"><b>            password = <<"guest">>,</b></font></div><div><font face="'courier new', monospace"><b>            port = 5672,</b></font></div>

<div><font face="'courier new', monospace"><b>            virtual_host = <<"/">>,</b></font></div><div><font face="'courier new', monospace"><b>            heartbeat = 5</b></font></div>

<div><font face="'courier new', monospace"><b>        }),</b></font></div></div><div><br></div><div><br></div><div>Still dropping connections...<div><br></div><div><div>Best regards,</div><div>Max</div><br><br>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 25, 2012 at 10:36 AM, Tilman Holschuh <span dir="ltr"><<a href="mailto:tilman.holschuh@gmail.com" target="_blank">tilman.holschuh@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Max,<br>
<br>
Check out AMQP heartbeat.<br>
<br>
Cheers<br>
- Tilman<br>
<div><div class="h5"><br>
On 2012-04-24, at 11:26 PM, Max Bourinov wrote:<br>
<br>
> Hi Erlangers,<br>
><br>
> I use forked RabbitMQ client: <a href="https://github.com/jbrisbin/amqp_client" target="_blank">https://github.com/jbrisbin/amqp_client</a><br>
><br>
> While testing it I noticed that if connection is not active for some hours it becomes closed. Interesting thing is that my Erlang app doesn't show any crashes or error messages. SASL is enabled, process that holds connection is under supervision.<br>


><br>
> Does anybody know how RabbitMQ client must be configured to keep connection alive all the time?<br>
><br>
> Best regards,<br>
> Max<br>
><br>
><br>
</div></div>> _______________________________________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> <a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br>
</blockquote></div><br></div></div></div>