Hide
In previous versions of JBoss Enterprise Application Platform 5, when a HornetQ "connector" was bound to <literal>0.0.0.0</literal> HornetQ would tell a remote client to connect to the same address. However, <literal>0.0.0.0</literal> is meaningless to a remote client. This issue was resolved by detecting the <literal>0.0.0.0</literal> binding and replacing that value with the result of <code>InetAddress.getLocalHost().getHostName()</code> so that the remote client can connect properly.
Show
In previous versions of JBoss Enterprise Application Platform 5, when a HornetQ "connector" was bound to <literal>0.0.0.0</literal> HornetQ would tell a remote client to connect to the same address. However, <literal>0.0.0.0</literal> is meaningless to a remote client. This issue was resolved by detecting the <literal>0.0.0.0</literal> binding and replacing that value with the result of <code>InetAddress.getLocalHost().getHostName()</code> so that the remote client can connect properly.