Java / JMX
What is JMX?
The Java Management Extensions (JMX) technology is a standard part of the Java Platform, Standard Edition (Java SE platform).Java Management Extensions (JMX) was introduced in J2SE 5.0 release.
It provides an architecture to manage resources dynamically at runtime. JMX is used mostly in enterprise applications to make the system configurable or to get the state of application at any point of time. Because the JMX technology is dynamic, you can use it to monitor and manage resources as they are created, installed and implemented. You can also use the JMX technology to monitor and manage the Java Virtual Machine (Java VM).
More Related questions...