If you are using ejb3.0 you can check out the ejb3 TrailBlazer section on JMS Service
objects. It is extremely simple to make an MBean service on jboss using ejb3.
It is here:
http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/jmx/index.html
Of course, using ejb3 usually means you don't need to get jdbc connections manually.
So if your not using ejb3, then the information on writing MBean services manually is in
the JBoss AS Guide doc, sectiion 2.4 (specifically 2.4.3). This is much harder than using
ejb3. You can download it here:
http://labs.jboss.com/portal/jbossas/docs/index.html
The JMS spec itself is also good to read for the fully detailed information on writing
services if you need more information.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967967#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...