aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-kombu
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.4.3clsung2011-10-282-3/+3
|
* - Update to 1.4.2clsung2011-10-282-3/+3
|
* - Update to 1.4.1clsung2011-09-272-3/+3
|
* - Update to 1.4.0clsung2011-09-273-4/+19
|
* - Update to 1.2.1clsung2011-08-253-3/+6
|
* - forgot to remove patchclsung2011-06-201-14/+0
|
* - Update to 1.1.6clsung2011-06-203-3/+6
|
* - Update to 1.1.3clsung2011-05-032-3/+3
|
* - Update to 1.1.1clsung2011-04-072-3/+3
|
* - Update to 1.0.7clsung2011-04-063-3/+9
|
* Kombu is an AMQP messaging framework for Python.clsung2011-03-185-0/+214
The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol, and also provide proven and tested solutions to common messaging problems. Features: * Allows application authors to support several message server solutions by using pluggable transports. * Supports automatic encoding, serialization and compression of message payloads. * Consistent exception handling across transports. * The ability to ensure that an operation is performed by gracefully handling connection and channel errrors. * Several annoyances with amqplib has been fixed, like supporting timeouts and the ability to wait for events on more than one channel. WWW: http://github.com/ask/kombu