JMX (Java Management Extensions) Question: Download JMX PDF

Explain JMX Concepts and Architecture?

Tweet Share WhatsApp

Answers:

Answer #1MX is conceptually simple, yet bears the fruit of years of domain experience and research. In a nutshell, JMX defines a standard means for applications to expose management functionality
1)Instrumentation level
2)Agent level
3)Management level

Answer #2JMX(Java Management Extension), introduced in J2SE 5.0 provides an efficient way to monitor and manage JVM resources such as threads, memory. JMX Architecture can be divided into three parts.
1. Remote Management Application.
2. JMX Agent.
3. MBean (Instrumentation level).
This is further explained in the following post.
http://www.cleantutorials.com/jconsole/jmx-java-management-extension-monitoring-and-management-in-java

Download JMX PDF Read All 30 JMX Questions
Previous QuestionNext Question
What is JMX?what is the use of Object Factories?