martint / jmxutils

Exporting JMX mbeans made easy
Apache License 2.0
171 stars 47 forks source link

Add namespace support for MBeanModule #38

Closed hellium01 closed 5 years ago

hellium01 commented 7 years ago

Simply create the module by 'new MBeanModule("namespace")', the exported names in the injector will all contain namespace prefix.

hellium01 commented 7 years ago

@martint , this is current what's on my mind how to add MBean namespace support. Will this work or will there be some other things I need to consider?

martint commented 5 years ago

This can be done with pluggable name generators now: https://github.com/martint/jmxutils/pull/40