| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=299765
|
|
|
|
|
|
|
|
|
| |
PR: ports/164477
Submitted by: lwhsu
Approved by: maintainer timeout (clsung ; 17 days)
Notes:
svn path=/head/; revision=291095
|
|
|
|
| |
Notes:
svn path=/head/; revision=287424
|
|
|
|
| |
Notes:
svn path=/head/; revision=284515
|
|
|
|
| |
Notes:
svn path=/head/; revision=284497
|
|
|
|
| |
Notes:
svn path=/head/; revision=282461
|
|
|
|
| |
Notes:
svn path=/head/; revision=282447
|
|
|
|
| |
Notes:
svn path=/head/; revision=280390
|
|
|
|
| |
Notes:
svn path=/head/; revision=275884
|
|
|
|
| |
Notes:
svn path=/head/; revision=275883
|
|
|
|
| |
Notes:
svn path=/head/; revision=273549
|
|
|
|
| |
Notes:
svn path=/head/; revision=272330
|
|
|
|
| |
Notes:
svn path=/head/; revision=272297
|
|
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
Notes:
svn path=/head/; revision=271221
|