Registry / observability / jolokia-core

jolokia-core

JSON →
library2.6.0javamavenunverified

Core library for Jolokia, a JMX-HTTP bridge that provides remote access to JMX MBeans via RESTful HTTP.

<dependency> <groupId>org.jolokia</groupId> <artifactId>jolokia-core</artifactId> <version>2.6.0</version> </dependency>
INSTALL
IMPORT
SIG · JOLOKIA-CORE
J
jolokia-core
observabilityjavav2.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JolokiaMBeanServerConnection
org.jolokia.jmx.JolokiaMBeanServerConnection

Connect to a remote Jolokia agent and query MBeans.

import org.jolokia.jmx.JolokiaMBeanServerConnection; import javax.management.MBeanServerConnection; MBeanServerConnection connection = new JolokiaMBeanServerConnection("http://localhost:8080/jolokia"); System.out.println(connection.getMBeanCount());
Debug
Known issues
breakingJolokia 2.x uses a different agent configuration compared to 1.x.
fix
Update agent configuration; see https://jolokia.org/reference/html/agents.html
affects: >=2.0.0
Upgrade
Version history
2.6.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
2
Resources
jolokia-core — mvn dependency:get jolokia-core · libregistry