[jboss-user] [Clustering/JBoss] - Re: HA-JNDI for JMS

FrankTheTank do-not-reply at jboss.com
Thu Jul 23 04:42:00 EDT 2009


Is this on the server's side only?
Then you can use your own ip. i.e. ${bind.address}


  |       p.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory");
  |       p.put(Context.URL_PKG_PREFIXES, "jboss.naming:org.jnp.interfaces");
  |       p.put(Context.PROVIDER_URL, System.getProperty("bind.address") + ":1100"); // HA-JNDI port.
  | 


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245480#4245480

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245480



More information about the jboss-user mailing list