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 官方已更新 1 年前
- AWS 官方已更新 2 個月前