Websphere MQ connection pooling

1.4k Views Asked by At

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.

1

There are 1 best solutions below

4
On BEST ANSWER

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.