Change out-of-the-box etc/activemq-broker.xml to listen on tcp://0.0.0.0:61616
instead of tcp://localhost:61616
---------------------------------------------------------------------------------------------------------------
Key: SMX4-438
URL: https://issues.apache.org/activemq/browse/SMX4-438
Project: ServiceMix 4
Issue Type: Task
Reporter: Eoghan Glynn
Assignee: Eoghan Glynn
Fix For: 4.1.0
The default ActiveMQ behaviour for localhost-based broker URLs was changed in
5.3 so that it will only listen literally on the loop-back address (127.0.0.1).
As a result, remote clients will not be able to connect to the broker. Neither
will local clients on Windows that use the literal hostname in their broker URL
instead of localhost.
The default broker URL should be updated to tcp://0.0.0.0:61616 to avoid this
issue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.