Hi

Have u tried replacing
<camel:multicast id="ParallelGateway_1" parallelProcessing="true"
stopOnException="true">
        <camel:to uri="direct://SequenceFlow_5"/>
        <camel:to uri="direct://SequenceFlow_7"/>
</camel:multicast>


With

<camel:multicast id="ParallelGateway_1" parallelProcessing="true"
stopOnException="true">
        <camel:inOnly uri="seda:SequenceFlow_5"/>
        <camel:inOnly uri="seda:SequenceFlow_7"/>
</camel:multicast>

Reji



-----
Reji Mathews
Sr. Developer - Middleware Integration / SOA ( Open Source - Apache Camel & 
Jboss Fuse ESB | Mule ESB )
LinkedIn - http://in.linkedin.com/pub/reji-mathews/31/9a2/40a
Twitter - reji_mathews
--
View this message in context: 
http://camel.465427.n5.nabble.com/Data-Corruption-in-SFTP-in-Parallel-Multicast-branches-tp5761673p5766120.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to