Emile,<br><br>I&#39;ve just turned on RequestedHeartbeat and it works. Thank you very much.<br><br>By the way, what are the benefits/drawbacks of using lower or higher values in RequestedHeartBeat?<br><br><br>Regards,<br><br>
Alfonso<br><br><div class="gmail_quote">2011/3/31 Emile Joubert <span dir="ltr">&lt;<a href="mailto:emile@rabbitmq.com">emile@rabbitmq.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Alfonso,<div class="im"><br>
<br>
On 31/03/11 12:52, Alfonso Pantoja wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Listing connections ...<br>
guest � 192.168.0.121 � 62966 � running<br>
<br>
(checked after more than 5 minutes after killing the application)<br>
Using TCPVIEW �(SysInternals tools) there is no connection from my<br>
machine to the server.<br>
</blockquote>
<br></div>
It sounds like the broker thinks there is a connection but the client has already left. AMQP contains a heartbeat feature that will detect this situation and tear down the connection if the client doesn&#39;t respond. You can turn heartbeats on using ConnectionFactory.RequestedHeartbeat.<br>

<br>
Regards<br><font color="#888888">
<br>
Emile<br>
</font></blockquote></div><br>