Hello,
I am facing an issue with SQS standard queue. In SQS, as we know whenever a message is failed, it is stored in a dead letter queue (dlq) but the issue is when sqs is retrying to process the failed message, it is storing the same failed message again in the DLQ which causes the problem of duplicacy.
So, is there any way to remove duplicacy or a way such that if a message is retried it will not stored in the dead letter queue again if it is already there in the dead letter queue?
Hello,
I am facing an issue with SQS standard queue. In SQS, as we know whenever a message is failed, it is stored in a dead letter queue (dlq) but the issue is when sqs is retrying to process the failed message, it is storing the same failed message again in the DLQ which causes the problem of duplicacy.
So, is there any way to remove duplicacy or a way such that if a message is retried it will not stored in the dead letter queue again if it is already there in the dead letter queue?