jmx - monitoring & alerts for a j2se application -
I am preparing a J2SE application, and I am looking for a solution for monitoring and alerts. The requirements are:
- Objects can report their status and issue alerts when they have issues.
- Calling some pre-defined methods on specific objects (for example, to dump their position).
- Monitoring of JVM Health, especially memory usage.
- Access all the above methods from a remote computer.
What would be the best solution for that? Anything related to Jmx?
Yes, you are describing too much Jmx and MBAs.
Comments
Post a Comment