Versions Compared

Key

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

...

Camel can be configured either by using Spring or directly in Java code (- which this example does).

We start with creating a CamelContext - which is a container for Components, Routes etc:

...