Re: Problem With Camel Aggregator

2012-10-29 Thread Claus Ibsen
egated messages when they are complete. For example to route to another route you can do: from("direct:b") .aggregate(header("idReq"), new AggregationStrategyPersona()).completionSize(2) .to("direct:aggregatedMessagesGoesHere"); > Thanks > > Gaston > > >

Problem With Camel Aggregator

2012-10-29 Thread gtesta13
ng me the following error: org.apache.camel.FailedToCreateRouteException: Failed to create route route4 at: >>> Aggregate[header{idReq} -> []] <<< in route: Route[[From[direct:b]] -> [Aggregate[header{idReq} -> [ because of Definition has no children on Aggregate