[jboss-user] [JBossCache] - Re: jbosscache MBeans not appearing in jconsole

FredrikJ do-not-reply at jboss.com
Wed Jul 4 05:37:49 EDT 2007


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



More information about the jboss-user mailing list