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 - which this example does.

This example is available in the examples\camel-example-jms-file directory of the Camel distribution.

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

...