Comment 7 for bug 855030

Revision history for this message
Chris Behrens (cbehrens) wrote :

Hmm.. Does this happen under load? Is it just 4 instances one after another?

Another thing to check: amqplib version:

>>>
>>> from amqplib.client_0_8 import connection
>>> connection.LIBRARY_PROPERTIES
{'library': 'Python amqplib', 'library_version': '1.0.0'} 

It's possible carrot works with an older version, but kombu wants a newer version...