Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.3.2, 5.4.0, 5.4.1
-
None
-
None
-
Windows XP 32-bit, SUN JDK 1.6 update 21
Description
Issue described in the first posting of that thread: http://activemq.2283324.n4.nabble.com/Problem-with-simple-peer-configuration-my-config-or-AMQ-issue-td3013268.html#a3013268
Reply from Gary Tully explains the problem: "That looks like a bug in the peer transport factory. I uses localhost:0 as the tcp transport url, but localhost maps to the
loopback address since 5.3[1] so the connection is refused. The peer transport factory should use the wildcard address, 0.0.0.0"