Getting Started
First you need to Download the Camel distribution; or you could grab the Source and try Building it yourself.
Then come back here, and you might want to read the following documentation before continuing:
-
Longer Getting Started Guide
-
Find out about Enterprise Integration Patterns and how to implement them with Camel
-
Review the Architecture guide to see how to build Routes using the DSL.
Working with CamelContexts and RouteBuilders
To get started with Camel:
-
Create a CamelContext.
-
Add whatever routing rules you wish using the DSL and
RouteBuilder
or using XML DSL. -
Start the Camel context.
When your application is closing you may wish to stop the context
When you are ready, why not Walk through an Example? And then continue the walk Walk through another example.