LibraryToggle FramesPrintFeedback

Developing a Apache Camel application consists of the following tasks:

  1. Adding one or more routes to the routing context.

  2. Adding a starting point pattern.

  3. Adding one or more endpoint patterns.

  4. Adding processor patterns that represent how the messages will be transformed and routed between the start point and endpoint(s).

  5. Connecting the patterns.

  6. Configuring the details for each of the endpoints and processors that make up the route.

  7. Adding any configuration beans to the context.

Comments powered by Disqus
loading table of contents...