我使用Spring Boot并在docker容器中运行RabbitMQ。一切都很好,除了兔子健康检查问题。这意味着我无法从我的网络应用程序中排队邮件。
这是我在我的应用中遇到的确切错误:
[n(14)-127.0.0.1] o.s.b.a.amqp.RabbitHealthIndicator : Rabbit health check failed
at org.springframework.amqp.rabbit.support.RabbitExceptionTranslator.convertRabbitAccessException(RabbitExceptionTranslator.java:74) ~[spring-rabbit-2.0.3.RELEASE.jar:2.0.3.RELEASE]
我该如何解决?