Skip to content

Fanout support for AWS SQS #2335

@rlaunch

Description

@rlaunch

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions