SQS Message retrival after message is deleted

0

Hi Team, we have these aws sqs queues whose retention period is of 4 days. The messages were not retrieved between these 4 days and now those messages are not available. is there any way to retrieve those messages from that queue?

1 回答
1

SQS deltes the message after reaching the retention period. There is no way to retrieve those messages any more.

You might want to monitor the ApproximateAgeOfOldestMessage metric to avoid something like this happening in the future as described at Monitor SQS queues with CloudWatch metrics and alarms.

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则