Dead Letter Queue
patternAssess
A DLQ is part of the message queueing communication. Simply put, a DLQ stores messages that the message queue was not able to deliver.
While I haven't had the opportunity of implementing one at the moment, it is a useful concept to have in mind when designing communication between systems asynchronously.