Versions Compared

Key

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

...

This example shows that you don't need to learn Camel's super cool DSLs if you don't want to. Camel has a set of annotations
that allow you to produce, consume or route messages to endpoints.

...

This requires Camel 2.0, the camel-jms component and Apache ActiveMQ. Of course, since we are using Maven these
dependencies will be downloaded automatically.

...

When you start the example up you'll see a whole bunch of logs that won't really mean anything to you (smile) The
interesting stuff is happening in the background. Here's a diagram of whats going on.

...