Quantcast
Channel: JavaPins - Stories tagged with jmx
Viewing all articles
Browse latest Browse all 10

Checking JMX with JRuby

$
0
0
I’ve recently been playing around with JRuby and found the switch from MRI to be hassle free. One of the advantages of JRuby is it’s portability. You can use nearly all Ruby code straight away on the JVM without having to do any code changes, you just include the jruby jar in your classpath. Another advantage is Java interoperability from JRuby (just require ‘java’). I’ve found this useful when using JMX to check certain conditions are in place while performing...
Pin it

Viewing all articles
Browse latest Browse all 10

Trending Articles