Hi Charles,

I was successful in using the stream component. I created a route like shown
below. It works. 

I want to combine bindy component, Since now I am getting empty files on
other endpoint. 

Please share your knowledge on this. I am using xml way of coding. How can I
combine these two components. 

Logically I am struck.

 <camelContext xmlns="http://camel.apache.org/schema/spring";>
    <route>
      <from
uri="stream:in:file?fileName=//input//test.txt?scanStream=true?scanStreamDelay=1000"/>
      <to uri="file://output"/>
<to uri="log:SUCCESS"/>

    </route>
  </camelContext>

Regards
Guru

--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-Flatpack-component-tp5658839p5661543.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to