Hi Looks like the aggregator pattern we you need to aggregate all the reponses from the N routes before you can return a response to the first endpoint. Do you have a fixed size of N endpoints you send to? Then your completion predicate is when you have aggregated N exchanges.
http://activemq.apache.org/camel/aggregator.html On Tue, Jan 6, 2009 at 3:33 PM, mta38 <mtaraud....@orange-ftgroup.com> wrote: > > Hi all, > > Is a way exist when use a DirectEndpoint to force camel wait execution of > all routes before send response back to first endpoint ? > > For example if I have the following routes > > <camelContext id="camel" ..> > <from uri="direct:A"> > <to uri=""> > … > N routes > > </camelContext> > > Want camel execute the N routes before send response back to "direct:A". > Best regards, > Mta38 > > -- > View this message in context: > http://www.nabble.com/Force-Camel-wait-all-route-execution-tp21311484s22882p21311484.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- /Claus Ibsen Apache Camel Committer Blog: http://davsclaus.blogspot.com/