Versions Compared

Key

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

...

Command

Description

camel:context-list

Lists the camel contexts available in the current Karaf instance

camel:context-info

Displays detail information about a given Camel context

camel:context-start

Starts the given Camel context

camel:context-stop

Stops the given Camel context

camel:route-list

Displays the list of Camel routes available in the current Karaf instance

camel:route-info

Provides detail information about a Camel route

camel:route-show

Renders the route in XML

camel:route-start

Starts the given route.

camel:route-stop

Stops the given route.

camel:route-suspend

Suspends the given route.

camel:route-resume

Resumes the given route.

Karaf commands in Camel 2.10 onwards

Command

Description

camel:endpoint-list

Lists endpoints fromm all camel contexts available in the current Karaf instance

camel:list-contexts

The *camel:list-contexts* command displays the list of CamelContext available in the current Karaf instance:

...

Tip: use TAB key for completion on the route name.

Camel 2.10 or newer:

camel:endpoint-list

The *camel:endpoint-list* command displays the Lists of all the endpoints available in contexts of the current Karaf instance:

Code Block

karaf@root> camel:endpoint-list 
camel-id             uri                  Status              
[test              ] [timer://test      ] [Started           ]
[test              ] [direct://A        ] [Started           ]

It displays the context name/ID (used in others commands), the URI of the endpoint and the current status (started/stopped).