-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
In some systems, you need to guarantee order across a given partition key while still having multiple queue consumer threads. SQS has the concept of FIFO queues that we currently use for this.
The canonical use case a high volume SMS system where you are sending multiple messages to a specific customer and always want to send them in order.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request