[jboss-user] [EJB 3.0] - Re: EJBException: Failed to acquire the pool semaphore, stri

jaikiran do-not-reply at jboss.com
Thu Jan 1 09:09:12 EST 2009


After how many messages to the MDB does this exception occur? After 25 (=maxSessions)? Also, this looks incorrect to me:

@ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge")

Should have been

@ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "AUTO_ACKNOWLEDGE")

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

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



More information about the jboss-user mailing list