I am trying to monitor Gemfire JMX Cache MBean using JConsole. However, when I connect to the Gemfire JMX Agent through JConsole, I had to explicitly invoke the operation 'connectToSystem()' on the JMX Agent MBean to see the CAcheVM MBean.
I was able to get around this by setting the property 'auto-connect' as true in the JMX agent properties file. However, to get the Cache details I still have to invoke operation on the CacheVm 'manageCache()'.
Is there a similiar property which I can specify which would spare me from invoking this operation on the cacheVm MBean and allows me to get the Cache and Region details?
Thanks.