Celery only comes with in-built support for it's own two AMQP libraries - py-amqp and librabbitmq.
Librabbitmq is a C library, so it's naturally going to be faster than a pure python equivalent like py-amqp (or pika). It is however more difficult to troubleshoot a C library.
Celery only comes with in-built support for it's own two AMQP libraries - py-amqp and librabbitmq.
Librabbitmq is a C library, so it's naturally going to be faster than a pure python equivalent like py-amqp (or pika). It is however more difficult to troubleshoot a C library.