0


【rabbitmq】出现问题Channel error on connection

🎈博客主页:🌈我的主页🌈
🎈欢迎点赞 👍 收藏 🌟留言 📝 欢迎讨论!👏
🎈本文由 【泠青沼~】 原创,首发于 CSDN🚩🚩🚩
🎈由于博主是在学小白一枚,难免会有错误,有任何问题欢迎评论区留言指出,感激不尽!🌠个人主页


目录


🌟 一、问题

[error]<0.1140.0> Channel error on connection <0.1131.0>(vhost:'/', user:'guest'), channel 1:[error]<0.1140.0> operation basic.publish caused a channel exception not_found: no exchange 'dong.mail.exchange' in vhost '/'

🌟 二、分析

问题就是dong.mail.exchange交换机在 / 当前目录下找不到
就在/ 下新建一个交换机就可以解决问题

🌟 三、解决问题

进入rabbitmq:3-management中添加交换机就可以解决
在这里插入图片描述


本文转载自: https://blog.csdn.net/m0_46635265/article/details/129704654
版权归原作者 泠青沼~ 所有, 如有侵权,请联系我们删除。

“【rabbitmq】出现问题Channel error on connection”的评论:

还没有评论