In AWS SQS FIFO's Queues; when the visibility timeout of a readed message, in which possition of the queue will be the message?
For example:
Which will be the new order of messages?
The order remains the same: [A, B, C, D]
In fact, it is not possible to fetch another message from the queue with the same Message Group ID until message A has been processed. This ensures that the order is preserved.
Where certain messages are allowed to be processed in parallel, you can specify a different Message Group ID.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With