<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">HI Michael,<br><br>Thanks, it works.</div></div><div class="gmail_extra"><br clear="all"><div><font style="font-family:tahoma,sans-serif" face="tahoma, sans-serif">regards,<br>

Loganathan<br>Mob: +91 7760780741 | +91 9944414388<br>Skype: loganathan.sellappa<br></font><span style="font-family:tahoma,sans-serif"><a href="http://vizualize.me/loganathan" target="_blank">ViewMe</a></span><br><br></div>


<br><br><div class="gmail_quote">On Wed, Aug 20, 2014 at 1:58 PM, Michael Klishin <span dir="ltr"><<a href="mailto:mklishin@pivotal.io" target="_blank">mklishin@pivotal.io</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class=""> On 20 August 2014 at 12:21:58, Loganathan Sellapa (<a href="mailto:loganathan.ms@gmail.com">loganathan.ms@gmail.com</a>) wrote:<br>
> > Bunny::TCPConnectionFailed: Could not establish TCP connection<br>
</div>> to …:<br>
<br>
Bunny does not recover from initial failures, however, this is trivial to<br>
do yourself:<br>
<br>
begin<br>
  connect<br>
rescue Bunny::TCPConnectionFailed => _<br>
  sleep 5<br>
  retry<br>
end<br>
<br>
or something like that. Can you try that? This feature is certainly pretty<br>
simplistic at the moment but I expect things to work for recovery (which<br>
handles failed connection attempts).<br>
<div class="HOEnZb"><div class="h5">--<br>
MK<br>
<br>
Staff Software Engineer, Pivotal/RabbitMQ<br>
</div></div></blockquote></div><br></div>