We are working on an IBM WebSphere MQ application and we use the JMS API to manage the message. But we have a problem that the connection takes too much time, and we want to combine the JMS connection, since this is a stand-alone application, we do not have an application container to provide JNDI or the unification service. So, is there a solution to solve this? For JDBC, we can use DBCP or c3p0 to archive the data pool in JMS, is there any similar project that can combine JMS connections?
source share