Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In Camel, there are two abstractions for modeling messages, both of which we’ll cover in this section.
org.apache.camel.Message—The fundamental entity containing the data being carried and routed in Camel
org.apache.camel.Exchange—The Camel abstraction for an exchange of messages. This exchange of messages has an “in” message and as a reply, an “out” message