jmx4r icon indicating copy to clipboard operation
jmx4r copied to clipboard

a JMX library for JRuby

Results 6 jmx4r issues
Sort by recently updated
recently updated
newest added

SSL connection with certificate doesn't work... It should require only to add SslRMIClientSocketFactory to environement map passed to JMXConnectorFactory, something like this: env = HashMap.new env::put "com.sun.jndi.rmi.factory.socket", SslRMIClientSocketFactory.new then if...

Change was merged, but resulting gem wasn't published to rubygems. Thanks!

Hi, I ran into this known issue in jmx4r: http://code.google.com/p/jmx4r/issues/detail?id=8 Here is a patch that fixes it at least for a int, short and float... Jeffrey

Hey there, So I've tweaked the dynamic mbean class a bit so that you can do things like: ``` class HttpServerMBean < JMX::DynamicMBean def initialize(http_server) @http_server = http_server end r_attribute...

Does JMX4R support RMI notifications ? Is it does do you maybe have an example ?