Questions tagged [spring-jmx]

The JMX support in Spring provides you with the features to easily and transparently integrate your Spring application into a JMX infrastructure.

Spring’s JMX support provides four core features:

  • The automatic registration of any Spring bean as a JMX MBean A
  • flexible mechanism for controlling the management interface of your
  • beans The declarative exposure of MBeans over remote, JSR-160
  • connectors The simple proxying of both local and remote MBean resources

These features are designed to work without coupling your application components to either Spring or JMX interfaces and classes. Indeed, for the most part your application classes need not be aware of either Spring or JMX in order to take advantage of the Spring JMX features.

See the Spring Framework Reference Documentation for more information.

Resources

122 questions
-3
votes
1 answer

JMX or not to JMX

That's the question. And just like good old Hamlet, I'm seeking the one answer that fits me. Or rather fits my program's need. Basically what I want is this: I want to present some data about my running Quartz jobs in a nice and intuitive way to a…
siliconchris
  • 613
  • 2
  • 9
  • 22
-4
votes
3 answers

what is Spring boot Admin

I am exploring about jmx. I read about jmx I got JMX is using for monitoring application or device. For monitoring spring boot Application I got two option one is Spring Boot Actuator and Spring Boot Admin. I refer following link for Spring Boot…
SpringUser
  • 1,351
  • 4
  • 29
  • 59
1 2 3
8
9