Is scuaine litir bhás (DLQ) áit a théann teachtaireachtaí nuair nach féidir iad a phróiseáil nó nuair a bhíonn siad i gcomhréir le coinníollacha áirithe (diúltaithe, as feidhm, scuaine lán). Bac a dhéantar ar theachtaireachtaí fhadhbhach a bheith caillte nó a bhréagadh na próiseála, rud a fhéadann a bheith tugtha chun measúnaithe agus láimhseála níos déanach.
Cad atá i scuaine litir bhás
DEAD LETTER QUEUE → a queue that receives messages that couldn't be delivered/processed
normally:
→ messages are "dead-lettered" (routed to the DLQ) when they:
- are REJECTED/nacked (consumer can't process them) without requeue
- EXPIRE (message TTL exceeded)
- exceed the queue's MAX LENGTH (overflow)
→ the DLQ collects these for inspection/handling instead of losing them
→ a "holding area" for problematic messages
