Hi,
we are trying to connect a JMS Client with jboss4.2.2 via a router.
But the client tries to connect to the internal IP, not the global.
We tried the JVM-args -Djava.rmi.server.hostname=GLOBALEIP
and -Djava.rmi.server.useLocalHostname=false or true (?) ... with no luck :-(
javax.naming.CommunicationException [Root exception is java.rmi.ConnectException: Connection refused to host: 10.128.0.48; nested exception is: java.net.ConnectException: Connection timed out] ...