Using the message group ID with Amazon SQS FIFO Queues (original) (raw)
DocumentationAmazon Simple Queue ServiceDeveloper Guide
In FIFO (First-In-First-Out) queues, MessageGroupId is an attribute that organizes messages into distinct groups. Messages within the same message group are always processed one at a time, in strict order, ensuring that no two messages from the same group are processed simultaneously. In standard queues, using MessageGroupId enables fair queues. If strict ordering is required, use a FIFO queue.
Topics
- Interleaving multiple ordered message groups in Amazon SQS
- Preventing duplicate processing in a multiple-producer/consumer system in Amazon SQS
- Avoid large message backlogs with the same message group ID in Amazon SQS
- Avoid reusing the same message group ID with virtual queues in Amazon SQS
Configuring visibility timeouts in Amazon SQS
Interleaving multiple ordered message groups in Amazon SQS
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.