Skip to content

Ability to use SQS FIFO #758

@crankycookie

Description

@crankycookie

Current Behavior
The SQS hook currently does not support FIFO queues, as it does not add the MessageGroupId field, which is required for sending messages to FIFO queues.

Desired Behavior
Enhance the SQS hook to support FIFO queues by:

Checking if the provided URL corresponds to a FIFO queue (e.g., checking if the URL ends with .fifo).
Including a MessageGroupId parameter when sending messages to a FIFO queue.

Motivation
Adding support for FIFO queues would significantly broaden the utility of the SQS hook, enabling users to leverage the ordering and deduplication features of FIFO queues.

The idea for this feature was initially discussed in a Slack thread

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions