Spring Boot集成RabbitMQ启动报错
启动springboot项目,RabbitMQ报错,报错信息为:
channel error; reason: {#method<channel.close>(reply-code=404, reply-text=NOT_FOUND - no queue 'delay_pay_timeout_exchange' in vhost '/', class-id=50, method-id=10), null, ""}
错误原因为delay_pay_timeout_exchange队列在RabbitMQ中不存在,打开http://127.0.0.1:15672/#/exchanges,在管理页面进行添加该队列