• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

JMS Connection Pool

 
Ranch Hand
Posts: 186
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear friends,

I specified Maximum Connections as 3 and Mininmum Connections as 2 in Websphere 6.1 JMS Provider Connection Pool Settings. Queue Connection Factory was created in the Wecsphere MQ v6.0 JMS Provider.

After restarting the server, and i did a "netstat -an" in Windows Server 2003 command prompt, i can see 8 connections made to the MQ server with "ESTABLISHED" connection. (Verified by seeing the port number (1414)through which MQ listens to Websphere)

When i did a mointioring in the Tivoli Performance Viewer,
I checked the following JCA COnnection Pools -> Websphere MQ JMS Provider -> <QCF JNDI Name>
Which showed Create Count Value as 6.0

and

JCA COnnection Pools -> JMS Connection Factories - > JMS$<QCFName>
which showed Create count value as 2.0


Does it mean that there are 8 open connections in the Connection pool?

Kindly provide your help and clarify me.

Thanks & Regards,
Vijay
 
I carry this gun in case a vending machine doesn't give me my fritos. This gun and this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic