Spring Boot integration RabbitMQ start error

Disclaimer: This article is a blogger original article, shall not be reproduced without the bloggers allowed. https://blog.csdn.net/shy415502155/article/details/89210413
启动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, ""}

The reason for the error delay_pay_timeout_exchange queue does not exist in RabbitMQ, open http://127.0.0.1:15672/#/exchanges , add the queue management page

 

Guess you like

Origin blog.csdn.net/shy415502155/article/details/89210413