0

As a Application Support Analyst, I need to monitor and control my application using Jconsole so there are some operations(i.e some JMX operations related to my application) which I can control it in using Jconsole,same operation I need to control it by exposing/ using a Restful web service. Can you any one help me how to achieve this?

Gowtham Murugesan
  • 407
  • 2
  • 6
  • 17

1 Answers1

0

Take a look at https://jolokia.org. It is a JMX providing RESTful service you can embed in your app.

Nicholas
  • 15,916
  • 4
  • 42
  • 66