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-20368/450-337/Error+Screen.png
prop.setProperty("java.naming.provider.url", "RemoteServerIP:1099");