Skip to main content

Deploy Camel routes

You can deploy custom Camel routes in the Integrations view of FA Developer app. To do this:FA Developer App Reference

  1. Create your Camel route file(s) using XML syntax.

  2. In the Upload and download section, upload you route file(s) to the routes folder.

  3. In the Routes section, click Restart all routes to deploy all routes in the routes folder.

The deployed routes appear on the List of routes with the "Running" status.

Logging

You can use Camel's Log EIP to log messages from your routes. These are logged in the Connector microservice logs, which you can read in the Monitoring section of the Integrations view.

Example log message:

<log message="Hello World!"/>