From c3003e329628bf02386593953be66dfb9e5bce60 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Sat, 21 Jan 2012 00:13:14 +0100 Subject: [PATCH] Also update the transport comparison table in the README --- README.rst | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/README.rst b/README.rst index e77acad5..d2bbe9cb 100644 --- a/README.rst +++ b/README.rst @@ -75,32 +75,32 @@ and the `Wikipedia article about AMQP`_. Transport Comparison ==================== -+---------------+----------+------------+-----------+---------------+ -| **Client** | **Type** | **Direct** | **Topic** | **Fanout** | -+---------------+----------+------------+-----------+---------------+ -| *amqplib* | Native | Yes | Yes | Yes | -+---------------+----------+------------+-----------+---------------+ -| *pika* | Native | Yes | Yes | Yes | -+---------------+----------+------------+-----------+---------------+ -| *redis* | Virtual | Yes | Yes[*]_ | Yes (PUB/SUB) | -+---------------+----------+------------+-----------+---------------+ -| *beanstalk* | Virtual | Yes | Yes[*]_ | No | -+---------------+----------+------------+-----------+---------------+ -| *SQS* | Virtual | Yes | Yes[*]_ | Yes[#]_ | -+---------------+----------+------------+-----------+---------------+ -| *mongodb* | Virtual | Yes | Yes[*]_ | No | -+---------------+----------+------------+-----------+---------------+ -| *couchdb* | Virtual | Yes | Yes[*]_ | No | -+---------------+----------+------------+-----------+---------------+ -| *in-memory* | Virtual | Yes | Yes[*]_ | No | -+---------------+----------+------------+-----------+---------------+ ++---------------+----------+------------+------------+---------------+ +| **Client** | **Type** | **Direct** | **Topic** | **Fanout** | ++---------------+----------+------------+------------+---------------+ +| *amqplib* | Native | Yes | Yes | Yes | ++---------------+----------+------------+------------+---------------+ +| *pika* | Native | Yes | Yes | Yes | ++---------------+----------+------------+------------+---------------+ +| *redis* | Virtual | Yes | Yes [#f1]_ | Yes (PUB/SUB) | ++---------------+----------+------------+------------+---------------+ +| *beanstalk* | Virtual | Yes | Yes [#f1]_ | No | ++---------------+----------+------------+------------+---------------+ +| *SQS* | Virtual | Yes | Yes [#f1]_ | Yes [#f2]_ | ++---------------+----------+------------+------------+---------------+ +| *mongodb* | Virtual | Yes | Yes [#f1]_ | No | ++---------------+----------+------------+------------+---------------+ +| *couchdb* | Virtual | Yes | Yes [#f1]_ | No | ++---------------+----------+------------+------------+---------------+ +| *in-memory* | Virtual | Yes | Yes [#f1]_ | No | ++---------------+----------+------------+------------+---------------+ -.. [*] Declarations only kept in memory, so exchanges/queues - must be declared by all clients that needs them. +.. [#f1] Declarations only kept in memory, so exchanges/queues + must be declared by all clients that needs them. -.. [#] Fanout supported via storing routing tables in SimpleDB. - Can be disabled by setting the ``supports_fanout`` transport option. +.. [#f2] Fanout supported via storing routing tables in SimpleDB. + Can be disabled by setting the ``supports_fanout`` transport option. Documentation