-
-
Notifications
You must be signed in to change notification settings - Fork 959
Open
Description
Hello,
I can see on in the transport comparison table that fan out is supported for SQS when using SimpleDB. I'm unable to find any further documentation on how to configure this other than to set the 'supports_fanout' parameter to True in the transport_options
.
with Connection(
"sqs://",
transport_options={"supports_fanout": True}
) as conn:
pass
Unfortunately, this does not work for me when using a Broadcast queue type, whereas it does in RabbitMQ. Is fanout still supported for SQS? I looked at using a topic exchange, too but have not been able to get this to work either.
If this is not supported, then I may be able to provide a PR to implement this functionality using AWS SNS instead of SimpleDB, as it's how our home-grown messaging library does this at the moment.
Any help is much appreciated,
Ryan
Metadata
Metadata
Assignees
Labels
No labels