Calling JMX MBean method from a shell script
Are there any libraries that would allow me to call a JMX MBean method from a shell script. We expose some operations/admin commands through JMX, and we could have our admins use JConsole, or VisualVM, but some tasks are better left to automation. In that automation we'd like to be able to call a JMX MBean method on our running server, preferably from a shell script. Dougnukem The following command line JMX utilities are available: jmxterm - seems to be the most fully featured utility. cmdline-jmxclient - used in the WebArchive project seems very bare bones (and no development since 2006 it