Hi Claus, Thank your for very quick response. Unfortunately, stream caching didn't help - it just changed the exception type.
I've enabled stream caching on CamelContext level, and set spool threshold to 1 (just to see what will happen). The message body is cached and spooled to disk: 2016.05.20 13:36:25.924 DEBUG Camel (camel-1) thread #0 - timer://foo org.apache.camel.impl.DefaultStreamCachingStrategy - Should spool cache 29 -> true But then I got: ExpressionEvaluationException: java.io.IOException: Stream closed (full stacktrace: http://pastebin.com/idtpACVU) when evaluating jsonpath for the first argument... -- View this message in context: http://camel.465427.n5.nabble.com/Inject-multiple-JsonPath-parameters-to-bean-method-tp5782825p5782831.html Sent from the Camel - Users mailing list archive at Nabble.com.
