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/
