I realized that this stuff is related to EJB 2.x, to limit pool for EJB3 MDB, I have to
use:
@ActivationConfigProperty(
propertyName = "maxSession",
propertyValue = "1")
Jan
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983380#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...