Editing a routing context in the route editor

Revision History

Table of Contents

Adding routes to the routing context
Adding patterns to a route
Connecting patterns to make a route
Configuring a pattern
Rearranging patterns on the canvas
Removing patterns from a route
Disconnecting two patterns
Deleting a route
Adding beans and configuration
Configuring the route editor

Developing an Apache Camel application typically consists of the following tasks:

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

  2. Adding a starting point pattern to a route.

  3. Adding one or more endpoint patterns to a route.

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

  5. Connecting the patterns (referred to as nodes once they are placed on the canvas).

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

  7. Adding any configuration beans to the context.