hello , i ve connected openejb by utilizing multipulse protocol discovery :
prop.put(Context.INITIAL_CONTEXT_FACTORY,
"org.apache.openejb.client.RemoteInitialContextFactory");
prop.put(Context.PROVIDER_URL,
"multipulse://239.255.2.3:6142?group=default&timeout=250");i want to connect activemq on the same ip address , how can i get the ip address on openejb ? i cant get ip address of the connection back that discovered from openejb. This is lack of syncronization between activemq and openejb.
