I am developing websphere mq client application which is going to be standalone and it is going to send receive messages to/from a JMS Provider (websphere mq).
I am using the MQConnection factory provided by websphere MQ but as far as I know this connection factory is not pooled.
Does websphere mq provides any connection pooling at client side?
I know that its JMS provider has the connection pooling but how about when I am creating the connection to the JMS provider from this client.
Does it have anything similar to ActiveMQPooledConnectionFactory?
Please help.
Thanks
Anu