https://github.com/moleculer-java/moleculer-java-jmx
JMX service for Moleculer Framework
https://github.com/moleculer-java/moleculer-java-jmx
cross-platform java jmx management microservice microservices moleculer nodejs
Last synced: 8 days ago
JSON representation
JMX service for Moleculer Framework
- Host: GitHub
- URL: https://github.com/moleculer-java/moleculer-java-jmx
- Owner: moleculer-java
- License: mit
- Created: 2018-12-23T08:57:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T19:56:15.000Z (almost 6 years ago)
- Last Synced: 2024-11-21T22:46:08.463Z (about 1 year ago)
- Topics: cross-platform, java, jmx, management, microservice, microservices, moleculer, nodejs
- Language: Java
- Homepage: https://moleculer-java.github.io/site/jmx-service.html
- Size: 298 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/moleculer-java/moleculer-java-jmx)
[](https://www.codacy.com/app/berkesa/moleculer-java-jmx?utm_source=github.com&utm_medium=referral&utm_content=moleculer-java/moleculer-java-jmx&utm_campaign=Badge_Grade)
[](https://codecov.io/gh/moleculer-java/moleculer-java-jmx)
## JMX Service for Moleculer
The "jmx" Moleculer Service allows you to easily query the contents stored in a local or a remote JMX Registry.
With this service Java and Node.js-based Moleculer nodes can easily query java-specific data
(eg. JVM's memory usage, number of threads, or various statistical data - for example,
JMX Service provides access to low-level statistics to Cassandra, Apache Kafka or Elasticsearch Servers).
The other advantage of the JMXService is that it can monitor objects in the JMX registry, and sends events about the changes.
This events can be received by any node subscribed to this event, including Node.js-based nodes.
## Documentation
[](https://moleculer-java.github.io/site/jmx-service.html)
## License
JMX Service for Moleculer is available under the [MIT license](https://tldrlegal.com/license/mit-license).