Table of Contents
Developing an Apache Camel application typically consists of the following tasks:
Adding one or more routes to the routing context.
Adding a starting point pattern to a route.
Adding one or more endpoint patterns to a route.
Adding one or more processor patterns that represent how messages will be transformed and routed between the starting point and endpoint(s).
Connecting the patterns (referred to as nodes once they are placed on the canvas).
Configuring the details for each of the endpoints and processors that make up the route.
Adding any configuration beans to the context.