Am I correct that SMX 4.2 clustering only works for JBI endpoints. If that is the case, then the cxf-camel-nmr example is not really clusterable since jbi is not used between the camel route and the nmr:HelloWorld endpoint.
/Ron ----- Original Message ---- From: Freeman Fang <[email protected]> To: [email protected] Sent: Wed, June 2, 2010 11:28:52 PM Subject: Re: Servicemix 4.2 clustering issues. Hi, On 2010-6-2, at 下午9:06, allisonsdad wrote: > > > > Freeman Fang wrote: >> >> >>> from("timer:myTimerEvent?fixedRate=true&period=100000") >>> .beanRef("myTransform", "transform") >>> .to(ExchangePattern.InOut,"nmr:HelloWorld2") >> Shouldn't it be nmr:HelloWorld? >> >> > > Freeman, > > I've installed HelloWorld2 on instance#2. It is registering OK and I'm > simply trying to route to it. > > Is this possible ...to access different endpoints deployed on separate > instances ? Yeah, I think so, that's what cluster means. May I ask do you exactly follow the cluster example shipped with kit to configure your different instance? Freeman > > Similarly, is it possible to do the same thing with beans (like the > MyTransform bean), i.e., install and access a bean on a separate > instance? > > - Bret > -- > View this message in context: > http://old.nabble.com/Servicemix-4.2-clustering-issues.-tp28729394p28754238.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > -- Freeman Fang ------------------------ Open Source SOA: http://fusesource.com
