How can i create this composite router? with the processor?
James.Strachan wrote: > > On 8/10/07, Erik Allais <[EMAIL PROTECTED]> wrote: >> >> Hi, im new with the eip >> i read in the eip book that >> >> "A key property of the Message Router (content based router) is that it >> does >> not modify the message contents. It only concerns itself with the >> destination of the message." >> >> I wonder if there is a pattern which route and change the message content >> at >> the same time. >> I wont avoid to use a Message translator after the router. > > You can mix and match patterns together to make a composite router > which includes multiple EIP patterns; so there's nothing stopping you > using a Message Translator (or indeed any Camel Processor or bean) > within a content based router. > > http://activemq.apache.org/camel/processor.html > http://activemq.apache.org/camel/bean-integration.html > > > -- > James > ------- > http://macstrac.blogspot.com/ > > -- View this message in context: http://www.nabble.com/Content-based-router-tf4249476s22882.html#a12094032 Sent from the Camel - Users mailing list archive at Nabble.com.
