Download List

Descripción del Proyecto

Jolokia is a fresh way of accessing JMX MBeans remotely. It is different from JSR-160 connectors, as it is an agent based approach that uses JSON over HTTP for its communication. It provides new features for JMX remoting: bulk requests allow for multiple JMX operations with a single remote server roundtrip, there is a fine-grained security mechanism for restricting JMX access on specific JMX operations, JSR-160 proxy mode, and history tracking, to name a few. Jolokia's origins are in jmx4perl. Client bindings in addition to Perl have already been added, and more are planned.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-07 08:03
1.0.2

Esta versión añade una opción de configuración de proxy de JSR-160 a la biblioteca de cliente de Java y permite establecer el tipo MIME para las respuestas JSON devueltos. Bibliotecas de apoyo han sido actualizadas y se han corregido errores menores.
Tags: Minor
This release adds a JSR-160 proxy configuration option to the Java client library and allows for setting the MIME type for the returned JSON responses. Support libraries have been updated, and minor bugs have been fixed.

2011-11-01 09:59
1.0.1

Esta versión menor había corregido algunos errores. También agrega la capacidad para utilizar expresiones regulares para seleccionar los procesos a los que se debe asociar el agente JVM.
Tags: Minor
This minor release fixed some bugs. It also added the ability to use regular expressions for selecting processes to which the JVM agent should attach.

2011-10-05 06:46
1.00

Se trata de la primera versión oficial de GA, que añade correcciones de errores, un manual de referencia completa y mejorados valores internos como verificado por diversas métricas de código.
Tags: Major, ga
This is the first official GA release, which adds bugfixes, a complete reference manual, and enhanced internal values as verified by various code metrics.

2011-08-22 18:26
0.95

El agente Jolokia JDK6 ahora dinámicamente adjuntar a un proceso Java que se ejecuta. Soporte completo para todos los OpenTypes como valores para las operaciones de escritura JMX y argumentos para ejecutar operaciones de JMX ha añadido. MXBeans ahora se puede utilizar de forma transparente en la comunicación ascendente y descendente.
Tags: Minor
The Jolokia JDK6 agent can now dynamically attach to a running Java process. Full support for all OpenTypes as values for JMX write operations and arguments for JMX execute operations has been added. MXBeans can now be used transparently in upstream and downstream communication.

2011-05-31 06:11
0.91

Este comunicado de menores agrega funcionalidad SSL para el agente JVM JDK y acelera el comando 'lista' del Jolokia considerablemente. Algunos pequeños bugs corregidos.
Tags: Minor
This minor release adds SSL functionality to the JVM JDK agent and speeds up the Jolokia 'list' command considerably. Some minor bugs are fixed.

Project Resources