"mskonda" wrote : use the Singleton configuration:
  | 
  |   | <message-driven>
  |   |          <configuration-name>Singleton Message Driven 
Bean</configuration-name>
  |   |          <ejb-name>XARecovery2ResMDB</ejb-name>
  |   |          
<destination-jndi-name>queue/@QUEUE_NAME@</destination-jndi-name>
  |   | </message-driven>
  |   | 

I got my MDBs to be always one per queue reducing their pool sizes:

@ActivationConfigProperty(propertyName = "MaxPoolSize", propertyValue = "1"),   

Is it a valid solution?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947125#3947125

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947125


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to