Re: Asynchronous write to a file

2015-09-28 Thread Claus Ibsen
There is the stream component http://camel.apache.org/stream the trick is to close the stream when done, which you may need some kind of way of doing. On Mon, Sep 28, 2015 at 9:58 PM, Asaf Mesika wrote: > Hi, > > Just wanted to double check - currently there's no camel component which is > able

Asynchronous write to a file

2015-09-28 Thread Asaf Mesika
Hi, Just wanted to double check - currently there's no camel component which is able to write a stream to a file async. I saw that the File component only supports consuming files async ? Thanks! Asaf