芹菜.海带 celery.kombu - Serbipunk/notes GitHub Wiki
https://docs.celeryproject.org/projects/kombu/en/3.0/introduction.html
Kombu is a messaging library for Python.
The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQ protocol, and also provide proven and tested solutions to common messaging problems. Kombu的初衷是建造一个针对AMQ协议,符合py语言习惯,避免细节、高级抽象的接口;并提供久经考验和证实对于消息传递场景的解决方案。
AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security, for which the RabbitMQ messaging server is the most popular implementation.