Hello,

Is it possible to handle multiple file output in Exchange?

Here is my scenario

from(routes.getString("inbound")).to(routes.getString("shared.inbound")).process(new
Processor() { 
            public void process(Exchange exchange) throws Exception { 
                MYProcessor asdaProcessor = new myProcessor(); 
                myProcessor.process(exchange); 
            } 

1. The inbound file is an XML
2. The Processor component is an XSLT transformer - If the transformer gives
one output file everything works just fine. How can I handle multiple XML
outputs from the Processor.

I looked at Exchange In Out patterns and I cannot find a way to handle this
scenario.

Any help is greatly appreciated.

Thanks,
Murari



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-exchange-Multiple-File-output-from-processor-tp5717035.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to