AmqpDropMessage
extends RuntimeException
in package
FinalYes
Poison-message sentinel. Application handlers throw this to signal that a message is unprocessable and must NOT be requeued (e.g. a permanently malformed or unsupported event) — distinct from a transient failure, which should be requeued for retry.