You may want to put this in instead of the static log message. This will show you what you are actually getting out of your splitter.
.log("${body") How are you trying to suspend/stop the route? I'm not positive and would have to test it but you've specified streaming and that's going to have file reader that it is using to parse. Shutting down the route is going to likely leave that open. I can't be certain of that but that seems likely. Why are you trying to suspend the file operation while it is streaming the lines from the file? Brad -- View this message in context: http://camel.465427.n5.nabble.com/Exception-when-suspending-splitter-tp5786964p5786965.html Sent from the Camel - Users mailing list archive at Nabble.com.