Updating Messages

Updating a message extends or reduces the visibility of a message for the current consumer.

You might want to extend the visibility timeout for a message if a consumer needs more time processing the message. The visibility timeout of a message can't extend beyond the message's retention.

A request to update messages requires the receipt of the message. The receipt is provided in a response to the previous GetMessages request.

If the consumer doesn't update or delete the message before its visibility timeout passes, the message returns to the queue or is transferred to the dead letter queue.