Is there any way in AWS SQS
to route only the messages failed with particular error message to DLQ
(Dead Letter Queue)?
By default, all the unprocessed messages are sent to DLQ
. Is there any way to customize it based on error message?
Is there any way in AWS SQS
to route only the messages failed with particular error message to DLQ
(Dead Letter Queue)?
By default, all the unprocessed messages are sent to DLQ
. Is there any way to customize it based on error message?