I'm running websphere 7 (fixpack 7.0.0.1.9) & websphere-mq7 (fixpack 7.0.1.5).
I've set the connection pool for both my FACTORIES (FACTORY and MQ_FACTORY) to...
FACTORY
Connection timeout : 180 seconds
Maximum connections : 10 connections
Minimum connections : 1 connections
Reap time : 180 seconds
Unused timeout 1800 seconds
Aged timeout 0 seconds
Purge policy :EntirePool
MQ_FACTORY
Connection timeout : 180 seconds
Maximum connections : 10 connections
Minimum connections : 1 connections
Reap time : 180 seconds
Unused timeout 1800 seconds
Aged timeout 0 seconds
Purge policy :EntirePool
The PMI tool shows the following...
JCA Connection Pools...
CreateCount : 27.0
CloseCount : 4.0
PoolSize : 23.0
JMS Connection Factories
CreateCount : 14.0
CloseCount : 2.0
PoolSize : 12.0
Websphere MQ JMS Provider
CreateCount : 13.0
CloseCount : 2.0
PoolSize : 11.0
HOW is my connection pool bigger than the pool size?!?!?! HOW come the pool size remains high???
The more messages I send in, the bigger it gets.
So for example, I've just sent in a load more messages and now my sizes are...
JCA Connection Pools...
CreateCount : 35.0
CloseCount : 0.0
PoolSize : 35.0
FreePoolSize: 14.0
JMS Connection Factories
CreateCount : 15.0
CloseCount : 0.0
PoolSize : 15.0
FreePoolSize: 0.0
Websphere MQ JMS Provider
CreateCount : 20.0
CloseCount : 0.0
PoolSize : 20.0
FreePoolSize: 14.0
Here are the stats for the factories...
JMS$MQ_FACTORY
CreateCount : 6.0
CloseCount : 0.0
PoolSize : 6.0
FreePoolSize: 5.0
JMS$FACTORY
CreateCount : 14.0
CloseCount : 4.0
PoolSize : 10.0
FreePoolSize: 5.0
jms/MQ_FACTORY
CreateCount : 6.0
CloseCount : 0.0
PoolSize : 6.0
FreePoolSize: 0.0
jms/FACTORY
CreateCount : 9.0
CloseCount : 0.0
PoolSize : 9.0
FreePoolSize: 0.0
Does anyone have any ideas?
Thanks Jeff Porter