[jboss-user] [EJB/JBoss] - Re: Help configure MDB threads

2009-08-14 Thread siddharth.bondre
I am using JBOSS 5.x release and class org.jboss.annotation.ejb.PoolClass is supposed to be in jboss-annotations-ejb3.jar. I am not able to find this particular jar under my JBOSS 5.x installation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249620#424962

[jboss-user] [EJB/JBoss] - TIBCO EMS + MDB

2009-08-14 Thread siddharth.bondre
I have a simple application where an MDB hosted on jboss connects to a TIBCO EMS Queue. I can see that there are 17 instances of MDBS in pool (all active as there are pending messages on queue) but only 2 Readers on the queue. Isn't it that each MDB instance should etch one session on queue? V

[jboss-user] [EJB 3.0] - MDB session multiplexing.

2009-08-17 Thread siddharth.bondre
Can some one explain how to configure number of JMS connections to the server? Is the server session multiplexing article (refer link below) relevant to MDBs as well? http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/usermanual-2.0.0.beta1/html/connection-ttl.html Th