summaryrefslogtreecommitdiff
path: root/_sources/userguide/connections.txt
diff options
context:
space:
mode:
Diffstat (limited to '_sources/userguide/connections.txt')
-rw-r--r--_sources/userguide/connections.txt52
1 files changed, 26 insertions, 26 deletions
diff --git a/_sources/userguide/connections.txt b/_sources/userguide/connections.txt
index fa9de610..f02b7260 100644
--- a/_sources/userguide/connections.txt
+++ b/_sources/userguide/connections.txt
@@ -129,29 +129,29 @@ keyword arguments, these are:
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 |
-+---------------+----------+------------+-----------+---------------+
-
-
-.. [*] 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.
++---------------+----------+------------+------------+---------------+
+| **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 |
++---------------+----------+------------+------------+---------------+
+
+
+.. [#f1] Declarations only kept in memory, so exchanges/queues
+ must be declared by all clients that needs them.
+
+.. [#f2] Fanout supported via storing routing tables in SimpleDB.
+ Can be disabled by setting the ``supports_fanout`` transport option.