From 75d781ef6164f620f4d87c01ab7b6a79c16b6cc7 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Fri, 27 Jan 2012 17:23:49 +0000 Subject: [PATCH] Transport comparison was wrong, fanout is not enabled by default for SQS --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d2bbe9cb..ebbb6d75 100644 --- a/README.rst +++ b/README.rst @@ -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