<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2013/12/2 cw storm <span dir="ltr"><<a href="mailto:cwstorm@gmail.com" target="_blank">cwstorm@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

 I'm thinking of adding setConnectionTimeOut to the open connection service so that if that connection/channel did not close properly, the rabbit mq server will close it after the timeout has been reach.  Please let me know if this is best practice or not.</blockquote>

</div><br><div><span style="font-family:arial,sans-serif;font-size:13px">setConnectionTimeOut configures a value that's passed to Socket#connect. What you want to set is heartbeat timeout</span></div><div><span style="font-family:arial,sans-serif;font-size:13px">(say, to 30-60 seconds). Note that both server and client do not immediately detect when their peer is unreachable</span></div>

<div><span style="font-family:arial,sans-serif;font-size:13px">due to how TCP works (TCP connections will sit there in TIME_WAIT state for some time). Heartbeats</span></div><div><span style="font-family:arial,sans-serif;font-size:13px">enable such situations to be detected earlier.</span></div>

-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br><a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>
</div></div>