<div dir="ltr">We&#39;re using Celery, which leverages Kombu, which then leverages one of a number of Python-based brokers. Since we require SSL for our AMQP connections, we&#39;re using:<div><br></div><div><a href="https://pypi.python.org/pypi/amqp">https://pypi.python.org/pypi/amqp</a><br>
</div><div><br></div><div>Initially when we tried this (18 months ago), we ran into problems with the ELB disconnecting our clients after their 60-second timeout. Now we may have enough traffic that this doesn&#39;t even matter now ... but I&#39;m curious whether the heartbeats will solve this issue entirely now or not.</div>
<div><br></div><div>--Matt</div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr">Matt Wise<div>Sr. Systems Architect</div><div>Nextdoor.com</div></div></div>
<br><br><div class="gmail_quote">On Thu, Nov 7, 2013 at 9:34 AM, Michael Klishin <span dir="ltr">&lt;<a href="mailto:mklishin@gopivotal.com" target="_blank">mklishin@gopivotal.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 7 Nov 2013, at 20:20, Matt Wise &lt;<a href="mailto:matt@nextdoor.com">matt@nextdoor.com</a>&gt; wrote:<br>
<br>
&gt; The last time I looked into this, we had a hard time getting a valid heartbeat to work that would keep our clients sending *some* packet back and forth at least every 60 seconds (Amazon ELB timeout).<br>
<br>
</div>Can you elaborate?<br>
<br>
Setting heartbeat timeout to 100 would result in a heartbeat frame sent in both<br>
directions roughly every 50 seconds with Java, .NET, Ruby and a few other clients.<br>
<br>
What client do you use?<br>
<br>
MK<br>
<br>
Software Engineer, Pivotal/RabbitMQ<br>
<br>
<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br></div>