I've found a viable solution for my problem by enabling stream-caching for my Camel Context (http://camel.apache.org/stream-caching.html).
This way the marshalling via a DataFormat potentially spools to a temporary, camel-managed file if a configured payload size threshold is surpassed. -- View this message in context: http://camel.465427.n5.nabble.com/Marshalling-directly-to-endpoints-OutputStream-tp5764013p5764028.html Sent from the Camel - Users mailing list archive at Nabble.com.
