
|
If you were logged in you would be able to see more operations.
|
|
|
The current version of MBeanClientInterceptor does not allow for environment variable to be configured for the JMXConnection as detailed in JMXConnector JMXConnectorFactory.connect(JMXServiceURL serviceURL, Map<String,?> environment) to allow for username and password authentication.
|
|
Description
|
The current version of MBeanClientInterceptor does not allow for environment variable to be configured for the JMXConnection as detailed in JMXConnector JMXConnectorFactory.connect(JMXServiceURL serviceURL, Map<String,?> environment) to allow for username and password authentication. |
Show » |
Sort Order:
|
Thanks for pointing this out! I've added a corresponding "environment" property to MBeanClientInterceptor and NotificationListenerRegistar, allowing for JMX env entries to be specified as a Map of key-value pairs (e.g. using Spring's XML <map> element).
Juergen