This content has been marked as final.
Show 2 replies
-
1. Re: Remote Queue
wdfink Feb 26, 2013 1:26 PM (in response to haithamnor)What kind of program you use. How the classpath is set?
-
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? prop.setProperty("java.naming.provider.url", "RemoteServerIP:1099");
What kind of program you use. How the classpath is set?