Integrations - Technology
Dead-letter queue
A holding place for messages that could not be processed successfully
What's it for?
Keeps failed messages aside so they can be investigated without blocking everything else.
For example…
A malformed payment message fails processing three times and is moved to a dead-letter queue so it can be investigated without blocking good messages.
Support reviews the DLQ and finds several orders rejected because a newly required field was missing