Determining the number of TCP/IP connections that are created from WebSphere Application Server to IBM MQ
IBM® WebSphere MQ Version 7.0 introduced a new feature called
"sharing conversations". Using this feature, multiple conversations can share MQI channel
instances, this is also known as a TCP/IP connection.
About this task
Applications running inside of WebSphere Application Server Version 7 and
Version 8, that use IBM MQ messaging provider normal
mode, will automatically use this feature. This means that multiple applications running within
the same application server instance, that connect to the same IBM MQ queue manager, are able to share the same channel
instance.
The number of conversations that can be shared across a single channel instance is determined
by the IBM MQ channel property
SHARECNV. The default value of this property for server connection
channels is 10.
By looking at the number of conversations that are created by WebSphere Application Server Version 7 and Version 8, it is possible to determine
the number of channel instances that are created.