Kombu is an AMQP messaging framework for Python.
Kombu is an AMQP messaging framework for Python. Kombu provides a high-level API for messaging using the AMQP standard.
Allows application authors to support several message server solutions by using pluggable transports.
- Supports multiple transports(Redis, Beanstalk, CouchDB, and MongoDB. SQLAlchemy and Django ORM)
- Supports automatic encoding, serialization and compression of message payloads.