Remote JMS connection still using localhost
- by James
I have a created a JMS Connection Factory on a remote glassfish server and want to use that server from a java client app on my local machine. I have the following configuration to get the context and connection factory:
Properties env = new Properties();
env.setProperty("java.naming.factory.initial",…