javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616

Posted esc_ai

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616相关的知识,希望对你有一定的参考价值。

spring.activemq.broker-url=tcp://localhost:61616

改为:


spring.activemq.broker-url=tcp://0.0.0.0:61616

以上是关于javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616的主要内容,如果未能解决你的问题,请参考以下文章