Hello
<amq:transportConnector
uri="${fdb.broker.protocol}://localhost:${fdb.broker.port}" />
works for 5.2.0 but break in 5.3-SNAPSHOT
I have to change it to
<amq:transportConnector
uri="${fdb.broker.protocol}://${real_ip_address}:${fdb.broker.port}" />
is this the expected behavior?
Thanks
-Dan
--
View this message in context:
http://www.nabble.com/broken-5.3-SNAPSHOT-when-using-localhost-for-transport-tp24599700p24599700.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
