JMS Connection pooling on Tomcat
Our Pega Application is hosted on Tomcat. Tomcat does not have inbuilt JMS connection pooling and PEGA also does not provide connection pooling. Due, to this pega is opening lot of connections to the IBM WebSphere MQ and the performance is also poor. Earlier we had Websphere application platform which had an inbuilt connection pooling mechanism. Now, after migrating to Tomcat, we had a major problem on the number of connections that can be open and need to implement connection pooling for the queuing mechanism.
Is there any hotfix or solution available for JMS connection pooling on Tomcat server? How can we achieve JMS connection pooling on Tomcat ? (Apart from using Enterprise application server for Pega EAR file deployment).
***Edited by Moderator Marissa to update platform capability tags****