Channel shutdown: channel error; protocol method: #method channel.close (rep

Posted 简简单单OnlineZuozuo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Channel shutdown: channel error; protocol method: #method channel.close (rep相关的知识,希望对你有一定的参考价值。

文章目录

【RabbitMq】Channel shutdown: channel error; protocol method: #method<channel.close>(rep


如果觉得本文对你有帮助,可以一键三连支持,谢谢

1、启动springboot 应用报错

Channel shutdown: channel error; protocol method: #method<channel.close>(rep

2、原因

当应用启动时,spring 会去检查注册的队列,跟服务器上的队列配置是否一致,如果不一致,则抛出这个错误

比如你在项目中的配置是

    @Bean(DEAD_LETTER_PROD_CLOSE_ORDER)
    Queue a() 
        Map<String, Object> args = Maps.newHashMap();
        args.put("x-dead-letter-exchange", RabbitMqExchange.ExchangeCe
开发者涨薪指南 48位大咖的思考法则、工作方式、逻辑体系

以上是关于Channel shutdown: channel error; protocol method: #method channel.close (rep的主要内容,如果未能解决你的问题,请参考以下文章

Muduo网络库源码分析 EventLoop事件循环(Poller和Channel)

channel使用

Kotlin 协程Channel 通道 ① ( Channel#send 发送数据 | Channel#receive 接收数据 )

Kotlin 协程Channel 通道 ① ( Channel#send 发送数据 | Channel#receive 接收数据 )

Kotlin 协程Channel 通道 ④ ( Channel 通道的热数据流属性 | Channel 通道关闭过程 | Channel 通道关闭代码示例 )

Go入门: 浅谈channel