1 回答
- 最新
- 投票最多
- 评论最多
0
One of the mechanisms that can break the order of messages in FIFQ queue is DLQ. Please see this documentation and notate the following:
Don’t use a dead-letter queue with a FIFO queue if you don’t want to break the exact order of messages or operations. For example, don’t use a dead-letter queue with instructions in an Edit Decision List (EDL) for a video editing suite, where changing the order of edits changes the context of subsequent edits.
相关内容
- AWS 官方已更新 2 个月前
- AWS 官方已更新 8 个月前