Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Div
classconfluenceTableSmall

Name

Default Value

Description

routeId

null

To specify a route by its id. The special keyword current indicates the current route.

action

null

To denote an action that can be eitherCan be one of:

  • start
  • stop
  • suspend
  • resume
  • status
  • stats

To either start or stop a route, or to get the status of the route as output in the message body. You can use suspend and resume from

From Camel 2.11.1: use suspend and resume to either suspend or resume a route . And from Camel 2.11.1: you can use or stats to get performance statistics returned , in XML format where , for the route whose id is given by the routeId option is used to define which route to get the performance stats for. However, if . If routeId is not defined, then statistics for the entire CamelContext will be returned.

async

false

Whether to execute the control bus task asynchronously.

Warning

Important: If this option is enabled, then any result from the task is not set on the Exchange. This is only possible if executing tasks synchronously.

loggingLevel

INFO

Logging level used for logging when task is done, or if any exceptions occurred during processing the task.

...