Back Forum Reply New

MQ 6.x Connection Factory pooling

We are using Spring 2.5.6 and MQ Series 6.x and tc server. The ConnectionFactory and Queues are defined in a context.xml file for tc-server and they get put into jndi. Which we then lookup in a Spring configuration file

We want to get connection pooling to MQ Series going. I have tried using CachingConnectionFactory and get less than 10% increase setting the SessionCache to 60.

Are there other solutions we can go with to get faster performance?

Comparing our numbers to the same on WebSphere app server where the ConnectionFactory is configured with pooling with min 1 max 60. On WebSphere it is 35% faster than on tc server, and we need to get the numbers faster than WebSphere even if by 1-2%.

Thanks
¥
Back Forum Reply New