First of all, you might want to go with EJB3.
Then, you might want to look at this:
http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/j...
I would expose your EJBs as services through JMX.
How do you mark each one? Instead of an annotation, you could use a marker JMX property,
e.g.
example:mybean=Name,monitor=true
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994372#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...