Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once the message has been processed, it should be deleted to keep your queue clean.

While rare, it is possible for a message to show up twice because of AWS SQS at-least-once deliveryBe sure to design your applications to be idempotent (the software should not be adversely affected when processing the same message more than once).    

Resources

...