If you are using the regular cache you can follow this thread:

http://www.jboss.com/index.html?module=bb&op=viewtopic&t=106118


If you are using pojocache you can use a similar pattern:

MBeanServer mbs = getMBeanServer();
  | mbs.registerMBean(new PojoCacheJmxWrapper(cache), pojoCacheName);

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060316#4060316

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060316
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to