Works!
| @Pool (value=PoolDefaults.POOL_IMPLEMENTATION_STRICTMAX, maxSize=1,
timeout=60) //10 min
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222708#4222708
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
Did you check if you have a bean pool size of 1? The Jboss will connect with
one consumer but will take every message and assign it to the availabe beans.
So you have to limit the bean pool to 1 ...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222510#422251