Ivan Junckes and I have been working to improve performance with MDB pools.


This goal of this proposal is to improve performance in the message-driven
bean creation using a pool of 10 objects (default value).
The strategy is to keep these objects live so that they can be reused
instead of every time create a new one.

I have observed that the Websphere MQ RAR does not provide pool endpoints,
and the MDB container was initially written with the assumption that most
RARs do.

Ref: https://github.com/apache/tomee/pull/117

Reply via email to