marciel.deg
marciel.deg

Reputation: 512

How to identify SQS queue that fed DLQ SQS

I have various SQS queues, connected with one single DLQ queue, and a Lambda function started by DLQ. Is the a way to identify the original queue that fed the DLQ?

Upvotes: 1

Views: 104

Answers (1)

jellycsc
jellycsc

Reputation: 12259

No, unless you have some sort of source queue identifier included in the message body.

Upvotes: 1

Related Questions