In a Java EE messaging application, one MDB is consuming a lot of memory at high traffic.
What configuration should you use to prevent possible out-of-memory error at high traffic and at the same time not losing messages?
Note:
*
* When to Use Work Managers
Following are guildelines to help you determine when you might want to use Work Managers to customize thread management:
/ The default fair share is not sufficient.
This usually ocurrs in situations where one application needs to be given higher priority over another.
/ A response time goal is required.
/ A minimum thread constraint needs to be specified to avoid server deadlock
Currently there are no comments in this discussion, be the first to comment!