Hi All, I have a stateless bean that is used extensively in my app. Is there a way to increase the maxSize just for this bean ? Should I create different stateless containers with different maxSize setting ?
<Container id = "normal" type = "STATELESS"> maxSize = 10 </Container> <Container id = "intensive" type = "STATELESS"> maxSize = 10 </Container> -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Control-number-of-stateless-beans-tp4681479.html Sent from the TomEE Users mailing list archive at Nabble.com.