Search code examples
javajmsibm-mqconnection-poolingapache-commons-pool

Websphere MQ connection pooling


Is there any connection pool library for Websphere MQ in Java? I tried to implement connection pool for WebSphere MQ using Apache Commons Pool, but it didn't work.


Solution

  • Checkout https://github.com/messaginghub/pooled-jms. It was forked from the mature ActiveMQ JMS Pool and enhanced to provide JMS 2.0 functionality. It is generic (i.e. no ties to ActiveMQ) so it will work with any JMS implementation.