Commands supplied by Camel
These commands related to Camel functionality. Help for these commands is available at http://camel.apache.org/karaf.html. These are for version Camel , which is the current version used by Talend ESB.
Information noteNote: Use TAB key for completion on the name parameters below.
Command |
Parameters |
Description |
---|---|---|
camel:component-list | [options] name | Lists all Camel components that are in use in Karaf. |
camel:context-list | Lists the Camel contexts available in the current Karaf instance | |
camel:context-inflight | [options] name | Lists inflight exchanges. |
camel:context-info | [options] name | Displays detailed information about a given Camel context |
camel:context-resume | context | Resumes a Camel context. |
camel:context-start | context | Starts the given Camel context. |
camel:context-stop | context | Stops the given Camel context. It becomes unavailable and can not be started again. |
camel:context-suspend | context | Suspends a Camel context. |
camel:eip-explain | [options] name nameOrId | Explains the EIP in the CamelContext. Where:
|
camel:endpoint-explain | [options] name | Explains all Camel endpoints available in the CamelContext. |
camel:endpoint-list | [options] name | Lists endpoints from all camel contexts available in the current Karaf instance. |
camel:rest-registry-list | [options] name | Lists all Camel REST services enlisted in the Rest Registry from a CamelContext. |
camel:rest-show | context | Display the Camel REST definition in XML. |
camel:route-list | [name] | Displays the list of Camel routes available in the current Karaf instance, where name is the Camel context name where to look for the route. |
camel:route-info | [options] name | Provides detail information about a Camel route. |
camel:route-profile | route [context] | Displays information about a Camel route. Where:
|
camel:route-reset-stats | context | Resets route performance stats from a CamelContext. |
camel:route-resume | route context | Resumes the given route. Where:
|
camel:route-show | route [context] | Displays the Camel route definition in XML. |
camel:route-start | route [context] | Starts the given route. Where:
|
camel:route-stop | route [context] | Stops the given route. Where:
|
camel:route-suspend | route [context] | Suspends the given route. Where:
|