Add the convertBodtTo before the recipient list. On Fri, Jan 20, 2012 at 3:58 PM, suman <[email protected]> wrote: > 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.
-- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
