Cuireann RabbitMQ ar fáil gréine mar TTL theachtaireachta (faillí), teorainneacha fad an scuaine, tosaighdeanna, agus teachtaireachtaí moillithe a rialaíonn timthriall beatha agus iompar teachtaireachtaí. Tuigint a bheith agat ar na gréine seo cabhrú chun iompar teachtaireachta fíordhian a thógáil.
TTL theachtaireachta agus an scuaine
TTL (Time To Live) → messages or queues can EXPIRE after a set time:
→ MESSAGE TTL → a message expires if not consumed within the TTL → removed (or dead-lettered)
→ QUEUE TTL → a queue is deleted after being unused for a period
→ for: expiring stale messages (don't process old/irrelevant data); cleanup
→ TTL + dead-lettering → the common DELAYED RETRY pattern (expire → dead-letter back)
