7 / 18 · Module 10 — Synchronous vs Asynchronous Integrations · filtered: cheatsheet← prev⊞ allnext →
10.30Poison message
A message that will never succeed without correction:
customerId missing
invalid schema
impossible Salesforce field
is sometimes called a:
poison message
Retrying it forever wastes capacity.
Route it to DLQ or error handling after appropriate attempts.