mirror of https://github.com/celery/kombu.git
Adds py-amqp link
This commit is contained in:
parent
72d9b1c177
commit
179756ab27
|
@ -12,7 +12,7 @@
|
|||
|
||||
- New ``pyamqp://`` transport!
|
||||
|
||||
The new :mod:`amqp` library is a fork of amqplib started with the
|
||||
The new `py-amqp`_ library is a fork of amqplib started with the
|
||||
following goals:
|
||||
|
||||
- Uses AMQP 0.9.1 instead of 0.8
|
||||
|
@ -21,6 +21,8 @@
|
|||
as a pure-python replacement in environments where rabbitmq-c cannot
|
||||
be compiled.
|
||||
|
||||
.. _`py-amqp`: http://amqp.readthedocs.org/
|
||||
|
||||
If you start using use py-amqp instead of amqplib you can enjoy many
|
||||
advantages including:
|
||||
|
||||
|
|
Loading…
Reference in New Issue