[rabbitmq-discuss] [ruby-amqp] Re: BUNNY: How can we connect to RMQ cluster

Loganathan Sellapa loganathan.ms at gmail.com
Wed Aug 20 09:51:18 BST 2014


HI Michael,

Thanks, it works.

regards,
Loganathan
Mob: +91 7760780741 | +91 9944414388
Skype: loganathan.sellappa
ViewMe <http://vizualize.me/loganathan>



On Wed, Aug 20, 2014 at 1:58 PM, Michael Klishin <mklishin at pivotal.io>
wrote:

>  On 20 August 2014 at 12:21:58, Loganathan Sellapa (
> loganathan.ms at gmail.com) wrote:
> > > Bunny::TCPConnectionFailed: Could not establish TCP connection
> > to …:
>
> Bunny does not recover from initial failures, however, this is trivial to
> do yourself:
>
> begin
>   connect
> rescue Bunny::TCPConnectionFailed => _
>   sleep 5
>   retry
> end
>
> or something like that. Can you try that? This feature is certainly pretty
> simplistic at the moment but I expect things to work for recovery (which
> handles failed connection attempts).
> --
> MK
>
> Staff Software Engineer, Pivotal/RabbitMQ
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140820/51a45d58/attachment.html>


More information about the rabbitmq-discuss mailing list