About 76,400 results
Open links in new tab
  1. Basic Introduction to JMX - Baeldung

    May 11, 2024 · The Java Management Extensions (JMX) framework was introduced in Java 1.5 and has found widespread acceptance in the Java developers community since its inception.

  2. Java Management Extensions - Wikipedia

    Java Management Extensions (JMX) is a Java technology that supplies tools for managing and monitoring applications, system objects, devices (such as printers) and service-oriented networks.

  3. Introduction to JMX Technology - docs.oracle.com

    JMX technology provides Java developers with a flexible means to instrument Java code, create smart Java agents, implement distributed management middleware and managers, and smoothly integrate …

  4. Java Management Extensions (JMX): A Comprehensive Guide

    Jan 16, 2026 · With JMX, administrators can interact with running Java applications, perform operations, and gather information without modifying the application's source code.

  5. Java Management Extensions (JMX) - Oracle

    The Java Management Extensions (JMX) technology represents a universal, open technology for management, and monitoring that can be deployed wherever management and monitoring are needed.

  6. Java Management Extensions (JMX) - OpenJDK

    The JMX technology is developed through the Java Community Process (JCP). In JDK versions 5.0 and 6, the JMX technology was developed as Java Specification Request (JSR) 3, Java Management …

  7. Deep Dive into Java Management Extensions (JMX)- Stackify

    Oct 19, 2017 · Introduced all the way back in Java 2, JMX is a standard component of the Java Standard Edition, providing a simple API to monitor and manage your resources at runtime.