...
Receive a message or a list of messages
Handle debouncing (if relevant). Status Queues provide at-least-once delivery, but messages may be received more than once in some situations.
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.
Process the message(s).
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 | ||||||
---|---|---|---|---|---|---|
|
...