Category "aws-sqs-fifo"

Strange behavior of AWS SQS FIFO with multiple producers per single message group

Given: App:Spring Boot, AWS SDK v2, SqsAsyncClient AWS:SQS FIFO with high throughput enabled, delivery delay = 0, visibility timeout = 30sContent-based deduplic

What is the behaviour of SQS FIFO queue after visibility timeout expires?

After visibility timeout expires, will the message go to same consumer or different consumer in FIFO queue? To ensure message ordering, message has to be added