2019-10-26 13:42:07 +02:00
|
|
|
Kombu is a messaging library for Python.
|
|
|
|
|
2021-05-21 22:32:15 +02:00
|
|
|
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.
|
2019-10-26 13:42:07 +02:00
|
|
|
|
2021-05-21 22:32:15 +02:00
|
|
|
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.
|