Hi Claus, Well, the main purpose is to read a file block by block (for exemple, each 10 Mo) , for that i thought to use the splitter for split sub message, then for other business process, i need to reload the file from the begining (not really from the beginning but some date that has already be splitted) , for exemple i need to retrieve the first line to make some operations , therefore i thought using streamcache.
I can't parsing many time the same File , because it takes a lot of memory ,mainly in the world of banking , we use very large files , so we have to use splitter then find away to use the stream cache. So , do you have an example about Stream cache, how can i put some data ( I think we have to add on the route streamCache="true") and how can i retrieve it. Thxs. -- View this message in context: http://camel.465427.n5.nabble.com/Using-Stream-Cache-With-Apache-Camel-tp5774856p5774923.html Sent from the Camel - Users mailing list archive at Nabble.com.