Category: Architecture

https://aws.amazon.com/polly/ Hundreds of thousands of customers use https://aws.amazon.com/sqs/ to build message-based applications to decouple and scale microservices, distributed systems, and serverless apps. When a message cannot be successfully processed by the queue consumer, you can configure SQS to store it in a dead-letter queue (DLQ).

Today, I’m happy to announce the general availability of a new enhanced DLQ management experience for SQS standard queues that lets you easily redrive unconsumed messages from your DLQ to the source queue.

Now that my code is ready to process the unconsumed message, I start a new redrive task from the DLQ to the source queue. By default, SQS will redrive unconsumed messages to the source queue.

Related Articles