FileSize | 199296 |
MD5 | 396858F6224AB664B2D958A542E06377 |
PackageDescription | Low-level AMQP client (Documentation)
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.
.
This package contains the documentation. |
PackageMaintainer | Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> |
PackageName | python-amqp-doc |
PackageSection | doc |
PackageVersion | 2.4.0-2 |
SHA-1 | 3F292071DAF39B1762BCD3E241231D29184C6C1E |
SHA-256 | 3D7D5EB9EA011FF80450411A1F27FB9904B32C4BFA8E8805F819C937BCEC1C34 |