Top "Jmx" questions

Java Management eXtensions is a standard Java API that enables the instrumentation and monitoring of a running Java program.

configure JMX for ActiveMQ for remoting access

Anyone can give the detailed steps on how to enable JMX (can be access remotely) on a newly installed 5.5.0 version?

activemq jmx
Can visualvm connect automatically via JMX to a remote process?

I have a Java process running on a remote machine, and the process sets up some mbeans. I also have …

java jmx visualvm jvisualvm
Failed to Unregister DataSource JMX MBean While Shutting Down a Spring Boot Application

I have a simple Spring Boot application using org.apache.commons.dbcp2.BasicDataSource as dataSource bean. The data source is …

java spring jmx spring-boot spring-jmx
Is a good idea to enable jmx (lambda probe) on a production server?

We are experiencing some slowdowns on our web-app deployed on a Tomcat 5.5.17 running on a Sun VM 1.5.0_06-b05 and our …

java performance security tomcat jmx
Connect to JBoss 7 using VisualVM

I have remote JBoss 7.1 server and I would like to connect to this server by using VisualVM or JConsole. I …

jboss7.x jmx visualvm
JBoss SAR vs EAR/WAR packaging

When would I choose to deploy as a JBoss SAR instead of an EAR? This is more of a general …

java jboss jmx mbeans sar
How to integrate JMX with Spring?

I have simple class about JMX: Interface HelloMBean: public interface HelloMBean { public void sayHello(); public String getName(); public void setName(…

java spring jmx spring-jmx
Cannot connect to JMX/RMI server with VisualVM for no apparent reason

I have my OSGi application launching with the following command in my remote machine: java -Dcom.sun.management.jmxremote \ -Dcom.…

java rmi jmx visualvm jvisualvm
Creating MBean in Java

I am trying to make a class implement an MBean Interface so I can interrogate the properties at runtime. The …

java jmx mbeans
ActiveMQ exception when stopping

Configuration: Redhat 5.3, Sun Java 1.6.31, ActiveMQ 5.4.2 I'm getting an exception every time I stop activemq ($> service activemq stop) ACTIVEMQ_HOME: /…

activemq jmx