Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
2.14.0
-
None
-
Unknown
Description
Using @ManagedResource on an Endpoint removes all the default JMX properties.
For example:
Camel: camelContext
Camel management name: camelContext
Endpoint uri: xxxxxxxxxxxx
Object Name: xxxxxxxxxx
Singleton: true
State: Started
Are present by default for all endpoints, as soon as you have a custom endpoint annotated with @ManagedResource these defaults are no longer present.
Attachments
Issue Links
- duplicates
-
CAMEL-6660 JMX - Using custom @ManagedResource and extending default components can cause some attributes to be unavailable
- Resolved