blob: 255ddee38a92b20206aef4a5ce1391d03a50600e [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= Management
:linkattrs:
:cq-artifact-id: camel-quarkus-management
:cq-native-supported: false
:cq-status: Preview
:cq-status-deprecation: Preview
:cq-description: JMX management strategy and associated managed resources.
:cq-deprecated: false
:cq-jvm-since: 1.1.0
:cq-native-since: n/a
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
JMX management strategy and associated managed resources.
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-management</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
== Camel Quarkus limitations
The JMX management beans exposed by this extension will not work in native mode, as GraalVM has no support for JMX. Therefore, attempting to build a native
image with this extension on the classpath will result in a build failure.