[jboss-user] [JNDI/Naming/Network] - Re: hajndi lookup

2007-10-09 Thread poyge394
does this work:


  | env.put(Context.PROVIDER_URL,server1:1100,server2:1100);
  | InitialContext ctx = new InitialContext(env);
  | 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4092943#4092943

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092943
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - Re: hajndi lookup

2007-10-09 Thread waynebaylor
that should work, but it will first query server1. so if server1 returns the 
queue, then server2 will not be queried.

the servers will be queried in the order they are listed.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4093008#4093008

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093008
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user