Commands supplied by Camel - 7.3

Talend ESB Container Administration Guide

Version
7.3
Language
English
Product
Talend Cloud
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Administration and Monitoring
Design and Development
Installation and Upgrade
Last publication date
2023-09-13

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.

Note: Use TAB key for completion on the name parameters below.
Camel commands

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:
  • name is the name of the Camel context
  • nameOrId is the name of the EIP or a node id to refer to a specific node from the routes
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:
  • route is the Camel route ID.
  • context is the Camel context name.
camel:route-reset-stats context Resets route performance stats from a CamelContext.
camel:route-resume route context Resumes the given route. Where:
  • route is the Camel route ID or a wildcard expression.
  • context is the Camel context name.
camel:route-show route [context] Displays the Camel route definition in XML.
camel:route-start route [context] Starts the given route. Where:
  • route is the Camel route ID or a wildcard expression.
  • context is the Camel context name.
camel:route-stop route [context] Stops the given route. Where:
  • route is the Camel route ID or a wildcard expression.
  • context is the Camel context name.
camel:route-suspend route [context] Suspends the given route. Where:
  • route is the Camel route ID or a wildcard expression.
  • context is the Camel context name.