报错截图

Failed to check/redeclare auto-delete queue(s)

其中原因:

Caused by: com.rabbitmq.client.ShutdownSignalException: connection error; protocol method: #method<connection.close>(reply-code=530, reply-text=NOT_ALLOWED - vhost birman not found, class-id=10, method-id=40)

vhost没找到

于是我去检查yml,发现我的virtual-host的值写错了,不是我配置的mq的virtual-host名字,改正之后就可以了。

如果检查配置,发现都写对了,就参考一下这个博客:https://blog.csdn.net/fly_leopard/article/details/102551246

 

相关文章:

  • 2021-12-17
  • 2022-12-23
  • 2021-09-07
  • 2022-12-23
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-31
  • 2021-05-10
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2021-06-12
相关资源
相似解决方案