Haitham Safi [
https://community.jboss.org/people/haithamnor] created the discussion
"Remote Queue"
To view the discussion, visit:
https://community.jboss.org/message/799289#799289
--------------------------------------------------------------
Hi,,,
i wrote java Application(jboss 4.2.3) to connect to *remote* queue, i configure JNDI
settings:
Properties prop = **new Properties;**
prop.setProperty("java.naming.factory.initial",
"org.jnp.interfaces.NamingContextFactory");
prop.setProperty("java.naming.factory.url.pkgs", "org.jboss.naming");
But after executed i got the following error message:
some one have an iead?
https://community.jboss.org/servlet/JiveServlet/downloadImage/2-799289-20...
(
https://community.jboss.org/servlet/JiveServlet/showImage/2-799289-20368/...)
prop.setProperty("java.naming.provider.url",
"*RemoteServerIP*:1099");
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/799289#799289]
Start a new discussion in JNDI and Naming at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]