2 Replies Latest reply on Feb 26, 2013 1:29 PM by wdfink

    Remote Queue

    haithamnor

      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?

      Error Screen.png

       

       

      prop.setProperty("java.naming.provider.url", "RemoteServerIP:1099");