[rabbitmq-discuss] Python amqplib 1.0.0

Ask Solem ask at rabbitmq.com
Fri Jul 29 09:32:35 BST 2011


On 29 Jul 2011, at 05:53, Barry Pederson wrote:

> 
> On Jul 28, 2011, at 5:17 AM, Tony Garnock-Jones wrote:
> 
>> Congratulations and thanks Barry - your library's design was the original inspiration for aspects of the designs of both Pika and also the C libamqp. Both have drifted a little since then, but without seeing that the approach you took could have worked, I might never have tried it.
> 
> 
> Thanks everybody, it's gratifying to hear that something you've worked on had some kind of positive impact - moved the ball a little farther long at least.  
> 


Note that Celery uses amqplib!
Kombu patches in support for timeouts and the ability to wait
for events on multiple channels at once, also a lot of work
has been done to map out possible errors, to auto retry operations,
and automatically recover from lost connections.
It even works well in combination with eventlet/gevent.


py3k support is very good news, although I had been using that as an
excuse...


More information about the rabbitmq-discuss mailing list