poison pill
RU: poison pill (отравленное сообщение)
A message that a consumer can never process successfully, causing it to crash or throw on every attempt. Without a retry limit the consumer loops indefinitely on the same message, blocking the queue. The standard remedy is to route the message to a dead-letter queue after a configured number of failures.