On Tue, Aug 2, 2011 at 2:01 PM, Gnanaguru S <[email protected]> wrote: > Hi > > is there anyway like the following > > <route> > <from uri="activemq:queue:outputQueue"/> > > <to uri="file:outputdir?fileName=output1.xml"/> > > <to uri="file:outputdir?fileName=output2.xml"/> > > </route> > > I know , i cannot do in this way. but help me to do this out. >
What do you want to do. The example above, will consume from JMS, and write the message to a file named output1.xml, and then again writing to another file output2.xml. > Cheers > Guru > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Remote-Write-and-Read-tp4654906p4658426.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/
