Thanks.
I have tried it but the dsl doesn't compile(added the one in bold)

from("direct:getlivestreaminfo").startupOrder(2)
                .recipientList().method(messageRouter,
"routeTo").parallelProcessing().*convertBodyTo(String.class)*.aggregationStrategy(new
GroupedExchangeAggregationStrategy())
                .process(eventStreamedAggregationStrategy).to("log:foo");


--
View this message in context: 
http://camel.465427.n5.nabble.com/Converting-message-body-after-GroupedExchangeAggregationStrategy-tp5158191p5160638.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to