FileSize | 36930 |
MD5 | B554229377B4C1565D61683585E7C1EC |
PackageDescription | Low-level AMQP client
This is a fork of amqplib which was originally written by Barry Pederson. It
is maintained by the Celery project, and used by kombu as a pure Python
alternative when librabbitmq is not available.
.
This library should be API compatible with librabbitmq. Differences from
amqplib are:
* Supports draining events from multiple channels (Connection.drain_events).
* Support for timeouts.
* Channels are restored after channel error, instead of having to close the
connection.
* Support for heartbeats.
* Supports RabbitMQ extensions:
- Consumer Cancel Notifications.
- Publisher confirms.
- Exchange-to-exchange bindings: exchange_bind / exchange_unbind.
* Support for basic_return.
* Uses AMQP 0-9-1 instead of 0-8.
* Exposes the underlying socket as Connection.sock.
* Adds Channel.no_ack_consumers to keep track of consumer tags that set the
no_ack flag.
* Slightly better at error recovery. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python-amqp |
PackageSection | python |
PackageVersion | 2.1.4-1 |
SHA-1 | C3B43C987E4A455109125815F56FB75282F6914A |
SHA-256 | 52FB81A1DD76762C93F2910FCFCEEAA51DAAF7F1B53845FE4323604BFBF0C6F3 |