http://tomee.apache.org/details-on-openejb-jar.html shows how to setup the container-id for a bean.
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> 2015-11-25 12:52 GMT+01:00 Leonardo K. Shikida <[email protected]>: > sorry but is there an example anywhere? > > [] > > Leo > > On Mon, Nov 23, 2015 at 10:41 PM, Romain Manni-Bucau < > [email protected]> > wrote: > > > Hi > > > > On the phone but openejb-jar.xml allows you to set one specific container > > per ejb. This way change the pool size by ejb. > > > > Alternative is to simply use a semaphore within your app. > > Le 24 nov. 2015 01:38, "Leonardo K. Shikida" <[email protected]> a > écrit : > > > > > Hi > > > > > > My application web services receives a lot of requests and it's > > consuming a > > > lot of stateless resources. > > > > > > How do I limit the number of simultaneous WS stateless instances in > Tomee > > > without affecting other stateless resources? > > > > > > If there's a way, can anyone provide an example of such a > configuration? > > > > > > TIA > > > > > > Leo > > > > > >
