java - What JAR contains the class MQSimpleConnectionManager -


anyone knows jar?? im going implement connection pooling mq series connection.

the jar com.ibm.mq.jar
can download http://www.java2s.com/code/jardownload/com.ibm/com.ibm.mq.jar.zip
or if using maven

<dependency>     <groupid>com.ibm</groupid>     <artifactid>com.ibm.mq</artifactid>     <version>5.3.07</version> </dependency> 

Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -