Is it feasible to install a JMX agent on the Acitve MQ JVM that would support JMX over HTTP ?
I'm thinking of Jolokia so you could make JMX calls via HTTP GET/POST workflow actions.
Another approach might be to write you own custom modular alert that would fire a JMX call in response to a particular alerting condition.
There are many examples of modular alerts already on Splunkbase that you could follow as a developer example.
From your custom modular alert script , you could also access encrypted credentials that the user could have entered in your App's setup screen.
... View more