python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Reason attribute on AWS Dead Letter Queue message to filter which to re-post to main queue?
Is there a config setting somewhere where one can have lambda or SQS add a reason attribute when a message is sent to the DLQ?
A message can end up in a dead letter queue either by error or by throttl...
Kenobi
Votes: 0
Answers: 1
How to recognize the source topic in the dead letter queue messages if multiple topics are pushing the unack msg in the same dead letter queue GCP
How to recognize the source topic in the dead letter queue messages if there are multiple topics pushing the unack messages in the same the same dead letter queue
tejas
Votes: 0
Answers: 0
Why use a dead-letter queue?
I'm looking at possibly implementing a dead-letter queue for a queue being used by a set of services to communicate with each other.
Something that's been lingering at the back of my head is how it so...
Hugo
Votes: 0
Answers: 1
Force a message from SQS Queue to its dead letter queue?
Trying to write some tests for my AWS SQS Queue and its associated Dead letter queue. I want to somehow in my tests force the message from the queue to its DLQ, then read from the dlq to see if the me...
Slippy
Votes: 0
Answers: 1