Poison Message
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://statuscodefyi.com/iframe/glossary/poison-message/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://statuscodefyi.com/glossary/poison-message/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/poison-message/)
Use the native HTML custom element.
A message in a queue that repeatedly causes processing failures, blocking forward progress and consuming retry budget. Poison messages arise from malformed payloads, schema mismatches, or bugs in consumer code that cause an unhandled exception on every attempt. Message brokers detect poison messages by counting delivery attempts and move them to a dead letter queue after exceeding the maximum retry count, allowing the rest of the queue to process normally while the bad message is quarantined for inspection.