1 回答
- 最新
- 投票最多
- 评论最多
5
FIFO queue logic applies only per message group ID. Each message group ID represents a distinct ordered message group within an Amazon SQS queue. For each message group ID, all messages are sent and received in strict order. However, messages with different message group ID values might be sent and received out of order. (from docs.aws.amazon.com)
More detail is available here . . . https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues-understanding-logic.html
已回答 2 年前
相关内容
- AWS 官方已更新 1 年前
- AWS 官方已更新 6 个月前