-
Notifications
You must be signed in to change notification settings - Fork 588
Closed
Description
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
Labels
No labels