c  « jmx « Java Enterprise Q&A





1. Is it possible to manage C++ application via JMX?    stackoverflow.com

We have a distributed application containing C++ and Java modules, interacting via CORBA. Are there any C++ libraries/tools for exposing "variables" and "methods" to JMX tools (to create unigfied management) ?

2. c++ equivalent of JMX?    stackoverflow.com

Can any one suggest c++ equivalent of JMX ?

3. lightweight, polyglot alternative to JMX?    stackoverflow.com

I have a soft real-time application project that needs extensive monitoring. JMX would seem well suited for that task, except that this application project is c++-based. Are there any lightweight alternatives to ...