org.springframework.amqp.rabbit.support.ListenerExecutionFailedException: Li
或
x-death header detected on a message with a fatal exception; perhaps requeued from a DLQ?
或
Fatal message conversion error; message rejected; it will be dropped or routed to a dead letter exchange, if so configured: (Body:‘消息来自 ttl 为 40S 的队列: 嘻嘻嘻’ MessageProperties [headers={x-first-death-exchange=X, x-death=[{reason=expired, count=1
有可能是你在类似消费者信息转化的过程中Messgae messgae导包出现了问题
message.getBody()
需要导入的包是这个
import org.springframework.amqp.core.Message;