Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor text edit

Getting Started

First you 'll need a to Download of the Camel distribution, ; or you could grab the Source and try Building it yourself.

You then might want to try reading read the following documentation before continuing.:

Working with

...

CamelContexts and RouteBuilders

The way of working To get started with Camel is as follows...

...

:

  1. Create a CamelContext

...

  1. .
  2. Optionally, configure components or endpoints.

...

  1. Add whatever routing rules you wish

...

  1. using the DSL and RouteBuilder or

...

  1. using XML Configuration.

...

  1. Start the context.

When your application is closing you may wish to stop the context

When you are ready, why not Walk through an Example?

Working with Spring

If you use Spring as a Dependency Injection container then please refer to the Camel Spring documentation.