Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

How does the Camel API compare to from CXF, HTTP, JBI, JMS, JavaMail etc

We have tried to make the Camel Exchange and Message map very closely to JBI in particular but also CXF, HTTP, JMS, Mail, XMPP and most other messaging abstractions. We want to prevent leaky abstractions, so the Camel API exposes the underlying messaging APIs so that a Processor can make use of the underlying messaging abstractions if they make sense.

...