Versions Compared

Key

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

...

  1. Receive a message or a list of messages

  2. Handle debouncing (if relevant). Status Queues provide at-least-once delivery, but messages may be received more than once in some situations.

  3. Handle order message ordering (if relevant). Status Queues generally deliver status messages in order but this is not strictly guaranteed and AWS FIFO SQS queues are not supported.

  4. Process the message(s).

  5. Delete the message(s) from SQS. Otherwise, they the message(s) will continue to be received by your client after the visibility timeout expires.

See Also:

Page Tree
root@self
startDepth1
sortnatural

...