mirror of https://github.com/celery/kombu.git
Transport comparison was wrong, fanout is not enabled by default for SQS
This commit is contained in:
parent
9c919e0c95
commit
75d781ef61
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue