Hi!

I'm just wondering what can i do when i need to configure message driven
instance limit per ejb.
For example i have 2 message driven beans.
On MdbA i need a limit of 3, on MdbB i don't need any limit.
Can i configure more Container with type MESSAGE?


2013/7/10 Leonardo K. Shikida <[email protected]>

> Add this to tomee.xml
>
>         <Container id="foo2" type="MESSAGE">
>                 InstanceLimit 5
>         </Container>
>
> the container ID may be anything, just have to be unique.
>
> []
>
> Leo
>
>
> On Wed, Jul 10, 2013 at 9:06 AM, Jean-Louis MONTEIRO <[email protected]>
> wrote:
> > Hi,
> >
> > it's all there http://tomee.apache.org/containers-and-resources.html
> >
> > JLouis
> >
> >
> > 2013/6/27 ZhongGuan <[email protected]>
> >
> >> Hi,
> >>
> >> Could you please tell me how to set the MDB pool size in Tomee.
> >>
> >> thanks.
> >>
> >>
> >>
> >> --
> >> View this message in context:
> >>
> http://openejb.979440.n4.nabble.com/how-to-set-MDB-pool-size-tp4663972.html
> >> Sent from the OpenEJB User mailing list archive at Nabble.com.
> >>
> >
> >
> >
> > --
> > Jean-Louis
>

Reply via email to