Hi, I have an scenario where I need to aggregate small files containing XML data (Records) into large ones containing 50000 xml data (Records).
But ended up in Java heap memory issue. Is there a way to stream the records into a file till i reach 50000 records and then move on to create another file and start writing to it. Appreciate your help. Ebe -- View this message in context: http://camel.465427.n5.nabble.com/Aggregating-huge-files-tp5671368p5671368.html Sent from the Camel - Users mailing list archive at Nabble.com.
