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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -