【发布时间】:2014-02-07 17:38:40
【问题描述】:
我的 TomEE 1.6.0 应用中有 3 种类型的 MDB。
我想将其中一个的最大池大小设置为某个值,而不影响其他的。
Tomee 文档提供了有关如何设置 EJB 类型 (http://tomee.apache.org/containers-and-resources.html) 的说明,例如
<Container id="Foo" type="MESSAGE">
InstanceLimit 10
</Container>
但不适用于特定的 MDB。
我该怎么做?
【问题讨论】:
标签: ejb message-driven-bean apache-tomee