0

Is there a way to enable “exactly once” message processing on an SQS queue without caring about message processing order?

I saw that FIFO SQS queues guarantee exactly once processing, but they have some other limitations. I’m also concerned about failed messages blocking the processing of other messages because of the FIFO concept.

If I use a FIFO SQS queue and pass in a different message-group-ID for every message, will I achieve my goal?

nico
  • 139
  • 2
  • 8

0 Answers0