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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...