spring-jmx Questions
2
Solved
Ive Added Spring annotation's to my code
but when connecting via visual vm the method "myExample()" isn't showing in the JMX bean list
My code :
import org.springframework.beans.factory.annotat...
Kicksorter asked 22/8, 2013 at 7:16
2
Solved
I am fairly new to micrometer metric and having some issues with basic setup in my spring boot application.
Code:
MeterRegistry registry = new SimpleMeterRegistry();
Timer timer = registry.timer(...
Kmeson asked 21/8, 2018 at 2:34
4
Solved
I have a simple Spring Boot application using org.apache.commons.dbcp2.BasicDataSource as dataSource bean.
The data source is exposed as MBean automatically by Spring boot.
The bean declaration...
Jeanett asked 25/7, 2014 at 3:47
1
Solved
I checked http://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/scheduling/concurrent/ThreadPoolTaskExecutor.html
There is no getter for queue size, only queue capaci...
Samson asked 18/10, 2016 at 18:42
2
Solved
I used org.springframework.jmx.export.annotation.@ManagedOperation to expose a method as MBean.
I want the operation name different from the method name, but managed operation doesn't have any att...
Drunkard asked 18/1, 2012 at 12:25
1
© 2022 - 2024 — McMap. All rights reserved.