Since we're on a major migration process of this website, some component documents here are out of sync right now. In the meantime you may want to look at the early version of the new website
https://camel.apache.org/staging/
We would very much like to receive any feedback on the new site, please join the discussion on the Camel user mailing list.
Why is my message empty?In Camel the message body can be of any types. Some types are safely readable multiple times, and therefore do not 'suffer' from becoming 'empty'. A number of Camel components supports and use streaming types out of the box. For example the HTTP related components, and CXF etc. Camel offers a functionality Stream caching; that caches the stream, so it can be re-readable. By enabling this cache, the message body |