After to have processed a burst of requests, the size of the pool of message exchange processors does not decrease, and no memory is freed. So the risk of OOM increase if a lot of asynchronous sends are used.
The size of the pool of message exchange processors must be decreased to the core size of the message exchange processor thread pool.
Fixed in trunk