diff options
author | Brian Bouterse <bmbouter@gmail.com> | 2014-03-17 17:06:12 -0400 |
---|---|---|
committer | Brian Bouterse <bmbouter@gmail.com> | 2014-03-17 17:06:12 -0400 |
commit | e06a7449e11f47a5ce425b6726b715f620050582 (patch) | |
tree | 3eba05421f4b8c5a2efa95da4af072caf1e413d1 /README.rst | |
parent | 39dfd0a81bb5c58189017b706da205536083c412 (diff) | |
download | kombu-e06a7449e11f47a5ce425b6726b715f620050582.tar.gz |
Added qpid to README and userguide.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -22,7 +22,7 @@ Features * Allows application authors to support several message server solutions by using pluggable transports. - * AMQP transport using the `py-amqp`_ or `librabbitmq`_ client libraries. + * AMQP transport using the `py-amqp`_, `librabbitmq`_, or `qpid-python`_ libraries. * High performance AMQP transport written in C - when using `librabbitmq`_ @@ -60,6 +60,7 @@ and the `Wikipedia article about AMQP`_. .. _`RabbitMQ`: http://www.rabbitmq.com/ .. _`AMQP`: http://amqp.org .. _`py-amqp`: http://pypi.python.org/pypi/amqp/ +.. _`qpid-python`: http://pypi.python.org/pypi/qpid-python/ .. _`Redis`: http://code.google.com/p/redis/ .. _`Amazon SQS`: http://aws.amazon.com/sqs/ .. _`MongoDB`: http://www.mongodb.org/ @@ -86,6 +87,8 @@ Transport Comparison +---------------+----------+------------+------------+---------------+ | *amqp* | Native | Yes | Yes | Yes | +---------------+----------+------------+------------+---------------+ +| *qpid* | Native | Yes | Yes | Yes | ++---------------+----------+------------+------------+---------------+ | *redis* | Virtual | Yes | Yes | Yes (PUB/SUB) | +---------------+----------+------------+------------+---------------+ | *mongodb* | Virtual | Yes | Yes | Yes | |