Add SQS Queue URL in MessageEnvelope #268
snagori-costar
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Add queue url for message envelope will allow us to know that the message was sent from regular queue or DLQ. We have different handlers for DLQ and we want to process both the queue from same application. Since the message type is same between regular and DLQ, same handler class is invoked.
We need a way to determine if a message came from a DLQ or regular queue.
Beta Was this translation helpful? Give feedback.
All reactions