3 months ago
JMX / MBeans / JDA
We have been attempting to flesh out an custom Groovy script to pull some data out of JMX and JDA Java stack. Below is my first attempt but all it does is return "Value" def Pool-Queues = null try...
My first observation is you have a catch for an exception and you aren't doing anything with that. How do you know if it is throwing an exception or not?