Hi, I am using Camel to transfer a file from my app server to an FTP server before converting it to a different format. The incoming file can be potentially huge (60 to 100 gbs) in size and I want to prevent Camel from reading the whole file in memory. I would like to call a bean which takes the input file location and an output file location as a parameter and not the message body. Any pointers on how I can achieve this without reading the whole file in memory? Thanks in advance.
-- View this message in context: http://camel.465427.n5.nabble.com/Preventing-reading-of-a-large-XML-file-in-memory-tp5716064.html Sent from the Camel - Users mailing list archive at Nabble.com.