how to configure (spring) JMS connection Pool for WMQ
问题 I am trying to configure a JMS connection pool in spring/camel for Websphere MQ. I am seeing class cast exception, when tried to use CachingConnectionFactory from spring. Could not find a pool from WMQ, have anybody done connection pooling with WMQ, i didnt find any examples. There are lot of examples for ActiveMQ. here is what i have so far, that is producing class cast exception. <bean id="inCachingConnectionFactory" class="org.springframework.jms.connection.CachingConnectionFactory">