Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
jmx-1.1.5
Description
Aries JMX generates JMX notifications for all OSGi service changes events:
- During a startup a lot of OSGi services are published.
- Generation of JMX notifications takes some time (it can take about 0.7-1 seconds total on some live Karaf instances), getServiceIds retrieves each time all service references and so on.
- these JMX notifications frequently are not needed
It would be useful to have a configuration option to disable JMX notifications for OSGi service changes (it can be an Config Admin option in org.apache.aries.jmx.framework.StateConfig)