I have to implement a JMX client to manage certain dynacache stats like getHits(), capacity() etc via dynacache Mbean.
I read somewhere that Websphere 6.0 has got its own embedded JMX client(MBean server) to acces MBeans.
Please provide some source code examples for the same.
Thanks..