Freeman thanks, that fixed the missing constraint in the bundle. Now the
service is getting registered on instance#2. However getting this
exeception on instance#1 when the camel route calls the remote HelloWorld2:
org.apache.servicemix.nmr.api.ServiceMixException: Could not dispatch
exchange. No matching endpoints.
at
org.apache.servicemix.nmr.core.FlowRegistryImpl.dispatch(FlowRegistryImpl.java:110)
at
org.apache.servicemix.nmr.core.ChannelImpl.dispatch(ChannelImpl.java:286)
at
org.apache.servicemix.nmr.core.ChannelImpl.sendSync(ChannelImpl.java:141)
at
org.apache.servicemix.nmr.core.ChannelImpl.sendSync(ChannelImpl.java:127)
at
org.apache.servicemix.camel.nmr.ServiceMixProducer.process(ServiceMixProducer.java:59)
/////// Camel route //////
from("timer:myTimerEvent?fixedRate=true&period=100000")
.beanRef("myTransform", "transform")
.to(ExchangePattern.InOut,"nmr:HelloWorld2")
.beanRef("myTransform", "display");
Thanks,
- Bret
--
View this message in context:
http://old.nabble.com/Servicemix-4.2-clustering-issues.-tp28729394p28733725.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.