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

Compare with Current View Page History

« Previous Version 13 Next »

Getting Started

First you need to Download the Camel distribution; or you could grab the Source and try Building it yourself.

You might want to read the following documentation before continuing:

Working with CamelContexts and RouteBuilders

To get started with Camel:

  1. Create a CamelContext.
  2. Optionally, configure components or endpoints.
  3. Add whatever routing rules you wish using the DSL and RouteBuilder or using XML Configuration.
  4. 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.

  • No labels