Re: [Openstack] reconnecting to RabbitMQ

2012-01-11 Thread Roman Sokolkov
Hi, Ask. Could you tell about kamqp status? I see last commit from 14th of November. For me interesting heartbeat feature and publisher confirms. I played with kamqp and kombu. I see that heartbeats works, but kamqp doesn't closed the connection if network down. It already implemented? What

Re: [Openstack] reconnecting to RabbitMQ

2011-12-29 Thread Roman Sokolkov
Thanks, Ask! amqplib versions after and including 1.0 enables SO_KEEPALIVE by default, and Kombu versions after and including 1.2.1 depends on amqplib = 1.0, so maybe you should update your package dependencies? devstack requied amqplib 0.6.1. I will research the best solution more detailed.

Re: [Openstack] reconnecting to RabbitMQ

2011-12-29 Thread Roman Sokolkov
Yes. But interesting to use heartbeats like in Pika. Is kamqp supports heartbeats now? 2011/12/29 Ask Solem a...@rabbitmq.com On 28 Dec 2011, at 17:26, Chris Behrens wrote: On Dec 28, 2011, at 5:36 AM, Ask Solem wrote: [...] amqplib does not support heartbeats so there may be cases

Re: [Openstack] reconnecting to RabbitMQ

2011-12-28 Thread Chris Behrens
On Dec 28, 2011, at 5:36 AM, Ask Solem wrote: [...] amqplib does not support heartbeats so there may be cases where the client/server does not properly detect that the socket has been closed, this usually only a problem with some particular intermediate I received a private reply from Roman

[Openstack] reconnecting to RabbitMQ

2011-12-24 Thread Roman Sokolkov
Hello! If for some reason rabbitmq has been down some time or connection was aborted, nova couldn't reconnect automatically and I need to restart all nova services manually. Additionally after restarting rabbit, If I make some call to API. For example, nova floating-ip-list only API reconnects

Re: [Openstack] reconnecting to RabbitMQ

2011-12-24 Thread Chris Behrens
Hi Roman, Are you using diablo or trunk (both of which use kombu by default and should support reconnecting)? If so, can you 'egrep' for the following strings in logs and provide the output? You can reply to me directly so we're not spamming this list. Unable to connect to AMQP server