简体   繁体   English

Websphere MQ 连接池

[英]Websphere MQ connection pooling

Is there any connection pool library for Websphere MQ in Java? Java 中是否有用于 Websphere MQ 的连接池库? I tried to implement connection pool for WebSphere MQ using Apache Commons Pool, but it didn't work.我尝试使用 Apache Commons Pool 为 WebSphere MQ 实现连接池,但没有成功。

Checkout https://github.com/messaginghub/pooled-jms .结帐https://github.com/messaginghub/pooled-jms It was forked from the mature ActiveMQ JMS Pool and enhanced to provide JMS 2.0 functionality.它是从成熟的 ActiveMQ JMS 池中派生出来的,并经过增强以提供 JMS 2.0 功能。 It is generic (ie no ties to ActiveMQ) so it will work with any JMS implementation.它是通用的(即与 ActiveMQ 无关),因此它适用于任何 JMS 实现。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM