When we create a JMS trigger for a queue provided by webphere MQ we see two anomalies
- The number of sessions on the MQ channel keeps on growing. It even exceeds the maximum concurrent setting on the JMS trigger.
- The sessions constantly close and open.
This is hurting MQ performance. Any ideas?
We already have the following settings set but that didn’t help
watt.server.jms.trigger.pooledConsumer.timeout=1800000
watt.server.jms.trigger.reuseSession=true
Thanks.