본문 바로가기
카테고리 없음

Jolokia - Remote JMX access

by Younji! 2017. 3. 9.

Jolokia is remote JMX with JSON over HTTP.

It is fast, simple, polyglot and has unique features. It's JMX on Capsaicin.


Jolokia is a JMX-HTTP bridge giving an alternative to JSR-160 connectors. It is an agent based approach with support for many platforms. In addition to basic JMX operations it enhances JMX remoting with unique features like bulk requests and fine grained security policies.


Jolokia의 JSON over HTTP Protocol로 JMX를 HTTP Call로 확인할 수 있다. 





Jolokia는 single request에 여러 JMX Call을 할 수 있는 bulk request를 제공한다.

그리고 여러 MBeanServer를 하나의 가상 뷰로 병합해 MBean이 MbeanServer에 register되어 있는지 알 필요가 없다.


댓글