Management
JVM since1.1.0 Nativeunsupported
JMX management strategy and associated managed resources.
Maven coordinates
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-management</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.
Usage
For information on using Managed Beans in Camel, consult the JMX section of the Camel Manual.
Enabling and Disabling JMX
JMX can be enabled or disabled in Camel-Quarkus by any of the following methods:
-
Adding or removing the
camel-quarkus-management
extension. -
Setting the
camel.main.jmxEnabled
configuration property to a boolean value. -
Setting the system property
-Dorg.apache.camel.jmx.disabled
to a boolean value.