That's exactly the cause of the problem!
After changing to 0.0.0.0, it works perfectly.
Thank you, Andreas!
Andreas.Weber wrote:
>
> Hi,
>
> when looking at the activemq.xml in the activemq-web-console-5.3.2.war,
> you'll see that the openwire transportConnector there is defined as:
>
>
Hi,
when looking at the activemq.xml in the activemq-web-console-5.3.2.war,
you'll see that the openwire transportConnector there is defined as:
uri="tcp://localhost:61616"
In the activemq.xml of the standalone ActiveMQ, we have:
uri="tcp://0.0.0.0:61616"
I wonder if that cause