Transport comparison was wrong, fanout is not enabled by default for SQS

This commit is contained in:
Ask Solem 2012-01-27 17:23:49 +00:00
parent 9c919e0c95
commit 75d781ef61
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@ Transport Comparison
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.
Disabled by default, but can be enabled by using the
``supports_fanout`` transport option.
Documentation