You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

POJO Messaging Example

Introduction

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.

Requirements

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.

Running the example

The README.txt states how to run the example from either Ant or Maven.

Here's how to run it with Maven:

mvn camel:run

Whats happening?

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.

TODO

See also

  • No labels