spring boot 集成RabbitMQ的异常

Posted whynotybb

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot 集成RabbitMQ的异常相关的知识,希望对你有一定的参考价值。

 com.rabbitmq.client.ShutdownSignalException: channel error; protocol method: #method<channel.close>(reply-code=404, reply-text=NOT_FOUND - no queue ‘hello1‘ in vhost ‘/‘, class-id=50, method-id=10

需要新建消息队列,并且要保证每个消息队列的key(下面的hello)是存在的。

@RabbitListener(queues = "hello")



以上是关于spring boot 集成RabbitMQ的异常的主要内容,如果未能解决你的问题,请参考以下文章

spring-boot 集成 rabbitmq

Spring Boot系列——7步集成RabbitMQ

Spring Boot 入门:集成RabbitMQ消息队列

spring boot rabbitmq集成

RabbitMq 集成 spring boot 消息队列 入门Demo

spring boot集成用docker构建的rabbitmq