summaryrefslogtreecommitdiffstats
path: root/python/python3-kombu/README
blob: 7df1347cb3fc9a1e3ba0a3591f489aba6b1d85fa (plain)
1
2
3
4
5
6
7
8
9
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.

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.