I have 3 types of MDBs in my TomEE 1.6.0 app.
I'd like to set the max pool size of one of them to a certain value, without affecting the others.
Tomee docs give instructions on how to set for a EJB type (http://tomee.apache.org/containers-and-resources.html), e.g.
<Container id="Foo" type="MESSAGE">
InstanceLimit 10
</Container>
but not for a specific MDB.
how could I do that?