**What is the Message retention period?**
Message retention period, in the context of Amazon SQS (Simple Queue Service), refers to the duration for which messages are stored in a queue before they are automatically deleted. When a message is sent to an SQS queue, it remains in the queue for the duration specified by the message retention period, after which it is removed from the queue, regardless of whether it has been consumed by a consumer or not.