IBM MQSeries connection pooling with Tomcat
问题 We are trying to set up a jms connection from tomcat toward IBM MQSeries, with the concern to make connection pooling. We have followed the link below, with the solution suggested : WebSphere MQ connection pooling with Tomcat I don't know how we can manage the different jms connections with the method suggested, we have made tests, and we have noticed that CachingConnectionFactory manage different jms session and not jms connection. I share with you the link below, in which it is explained