[JBoss-user] [Management, JMX/JBoss] - Re: How to stop an MBean properly

2006-03-27 Thread joejag
bump. I would have thought this would be an easy question to answer for anyone with any experience with using the MBeanServer... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932778#3932778 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - How to stop an MBean properly

2006-03-24 Thread joejag
Hi, I have a MDB called FileMessage. I have to make a simple servlet for the admins to be able to start and stop the MDB easily (i.e. not having to learn to use the JMX console). To do this I've made the code below. I feel there must be a better way to start and stop MBeans at random. For