CLI Connector

JVM since3.2.0 Nativeunsupported

Runtime adapter connecting with Camel CLI

What’s inside

Please refer to the above link for usage and configuration details.

Maven coordinates

<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-cli-connector</artifactId>
</dependency>

Check the User guide for more information about writing Camel Quarkus applications.

Additional Camel Quarkus configuration

Configuration property Type Default

quarkus.camel.cli.enabled

Sets whether to enable Camel CLI Connector support.

boolean

true

Configuration property fixed at build time. All other configuration properties are overridable at runtime.