【发布时间】:2018-07-27 01:51:16
【问题描述】:
当我们从 Spring Boot 服务向 rabbitmq 发布消息时,出现以下错误。这也是间歇性的,我们无法重现。
[AMQP 连接 123.11.xxx.xx:5672] 错误 [] org.springframework.amqp.rabbit.connection.CachingConnectionFactory - 通道关闭:通道错误;协议方法:#method(reply-code=406, reply-text=PRECONDITION_FAILED - 快速回复消费者不存在, class-id=60, method-id=40)
有没有人遇到过 rabbitmq 的类似问题。 请帮助我们提供您的意见。
【问题讨论】:
-
Precondition failed with channel shutdown 通常表明有东西试图重新声明队列或使用与已经存在的参数不同的参数进行交换。
标签: spring-boot rabbitmq spring-integration amqp spring-amqp