Hello all,
I am attempting to remotely connect to an MBeanServer, and then read the attributes of a registered MBean.
The MBean I am trying to read from shows the name "java.lang:type=Memory" and has the MBean java class as "sun.management.MemoryImpl" on the servers jconsole screen.
My client spring config file is attached.
As far as the java side code is concerned I have the following:
ApplicationContext context = new FileSystemXmlApplicationContext("SpringJmxClient.x ml");