![]() | Subscription Only |
---|---|
This feature is only available to FuseSource subscribers. |
The simplest way to run a Apache Camel route is to as a local Camel context. This allows you to launch the route directly from the Eclipse context menu. Fuse IDE will automatically create a runtime profile for you when you run a route from the context menu. You can also create a custom runtime profile for running your route.
Your route is run using Apache Camel's embedded Spring container as if it were invoked directly from the command line. You can configure a number of the parameters by editing the runtime profile.
To run a route as a local Camel context:
Select a route file from the Project Explorer.
From the context menu, select
| .