Posted: Wed Jun 26, 2002 1:14 am Post subject: Connection pooling using MQSeries classes for JMS
Newbie
Joined: 26 Jun 2002 Posts: 1 Location: Mumbai,India
Hi,
Can any one give me a sample program where the connection pooling is done using MQSeries Classes for Java Message Service?
I could find out the setUseConnectionPooling(boolean) method in the MQConnectionFactory class of MQSeries Classes for Java Message Service.
I'm interested in how this could be used in the program.
Joined: 16 May 2001 Posts: 38 Location: Edinburgh, Scotland
From my undestanding of the IBM JMS implementation connection pooling is implemented for you by IBM using the undelying MQ Java class connection pooling mechanism.
Following is from the JMS documentation (csqzaw07.pdf).
Quote:
To help you develop applications that use ConnectionConsumers, MQ JMS
provides a fully-functioning example implementation of a pool. You can use this
implementation without any changes, or adapt it to suit the specific needs of the
application.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum