From 2528581cc3635415e0b030300eb8f8d8c3c7d286 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Mon, 13 Jun 2011 15:51:01 +0100 Subject: [PATCH] Fixes rst issues in README --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 949cd643..d7668947 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ Features * Virtual transports makes it really easy to add support for non-AMQP transports. There is already built-in support for `Redis`_, - `Beanstalk`_, `Amazon SQS`, `CouchDB`_, and `MongoDB`_. + `Beanstalk`_, `Amazon SQS`_, `CouchDB`_, and `MongoDB`_. * SQLAlchemy and Django ORM transports exists as plug-ins ( `kombu-sqlalchemy`_ and `django-kombu`_). @@ -86,7 +86,7 @@ Transport Comparison +---------------+----------+------------+-----------+---------------+ | *beanstalk* | Virtual | Yes | Yes[*]_ | No | +---------------+----------+------------+-----------+---------------+ -| *SQS* | Virtual | Yes | Yes[*]_ | No +| *SQS* | Virtual | Yes | Yes[*]_ | Yes[#]_ | +---------------+----------+------------+-----------+---------------+ | *mongodb* | Virtual | Yes | Yes[*]_ | No | +---------------+----------+------------+-----------+---------------+ @@ -99,6 +99,9 @@ Transport Comparison .. [*] 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. + Documentation -------------