This info is available in the jmx-console if you can find the name of the ejb container in question. It will be under the jboss.j2ee section and the container name will be like:

jndiName=your-jndi-home-name,service=EJB

and the ejb pool will be like:
jndiName=your-jndi-home-name,plugin=pool,service=EJB

For example:

jndiName=ejb/mgmt/MEJB,service=EJB
jndiName=ejb/mgmt/MEJB,plugin=pool,service=EJB

--
xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx

ed banfa wrote:

Hello all.
I am having a problem here.
I have java desktop app that looks up a SessionBean every 30 seconds or so, to get info from an EntityBean, and I would like to know how many of this clients are currently active (ie how many SessionBeans are been called) , is there a way to so this, actually I have JBoss powering a Cybercafe management app, and I have the desktop apps query jboss every 30 seconds when a user logs in to find out current status info on user.
So how do I know how many clients are currently query JBoss???
Please use my questions if they sound trivial but I am new to JBOSS and any help will be appreciated.
Edward
Now only $29.95 per month!



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to