hi

I have a jboss ejb container. Want to have a mbean that gives information about number of current socket connections it is using.

Can access this kind of information programatically?
Or I have to implement a new ConnectorMBean and declare it in environment-services.xml ??


I think what I need is here...
http://docs.jboss.org/jbossremoting/docs/guide/2.5/html/

But I would appreciate to have some guidelines.

thks! daniel