Guys,

I have the following route:

from("direct:aggregate").aggregate(header(CORRELATION_HEADER_KEY), new
MyAggregationStrategy()).completionTimeout(3000).to(DIRECT_FINISH_AGGREGATE).routeId("myAggregator");

I want this new MyAggregationStrategy() to be injected via a bean definition
from my blueprint.xml. Is there a way to do this? 





--
View this message in context: 
http://camel.465427.n5.nabble.com/Aggregator-to-be-pulled-from-the-bean-definition-tp5734826.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to