Thanks. I know failover:sticky:ejbd://9.123.237.141:4201,ejbd://9.186.10.68:4201 can work, but in multicast , client can access with:
p.setProperty(Context.PROVIDER_URL,"multicast:// 239.255.3.2:6142?group=cluster1"); is there any thing like: p.setProperty(Context.PROVIDER_URL,"multipoint://*****"); ? On Wed, Jun 2, 2010 at 3:23 PM, David Blevins [via OpenEJB] < [email protected]<ml-node%[email protected]> > wrote: > > On Jun 1, 2010, at 10:58 PM, viola.lu wrote: > > > > > As we know, we can access ejb members with multicast URI: > > multicast://239.255.3.2:6142?group=cluster1 > > > > Now i have serveral multipoint members: NODE1, NODE2, Node3, > > if i want to acess ejb members with multipoint URI, this URI format is? > > Added that support just last week. Check out this JIRA: > > https://issues.apache.org/jira/browse/OPENEJB-1281 > > Still need to get it documented, but it's basically > "failover:URL1,URL2,URL3" > > > -David > > > > ------------------------------ > View message @ > http://openejb.979440.n4.nabble.com/Multipoint-URI-tp2239616p2239675.html > To unsubscribe from Multipoint URI, click here< (link removed) ==>. > > > -- viola -- View this message in context: http://openejb.979440.n4.nabble.com/Multipoint-URI-tp2239616p2239683.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.
