Red Hat Training

A Red Hat training course is available for Red Hat Fuse

Chapter 5. Camel Console Commands

The camel commands are used for managing Camel contexts and routes.
Note
Camel Karaf commands about routes no longer need the context as a second parameter. It is now an optional parameter. However, if you do not provide the context, the command is then considered as a bulk operation for all the camel contexts.

5.1. camel:context-info

Abstract

display detailed information about the specified Camel context

Synopsis

camel:context-info [ --help ] { contextName }

Arguments

This command takes the following arguments.

Table 5.1. camel:context-info Arguments

ArgumentInterpretation
--help Displays the online help for this command
contextName The name of the Camel context.