SHARECONVALLOWED
For applications that use IBM® MQ messaging provider normal mode or normal mode with restrictions, this property determines whether the sharing conversations function is used for JMS connections, sessions, and contexts created from the connection factory.
Applicable Objects
ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory
JMS administration tool long name: SHARECONVALLOWED
JMS administration tool short name: SCALD
Programmatic access
Setters/getters
- MQConnectionFactory.setShareConvAllowed()
- MQConnectionFactory.getShareConvAllowed()
Values
- YES
- JMS connections, sessions, and contexts that are created from the connection factory within the same JVM can share a channel instance (which maps to a TCP/IP connection) where appropriate.
- NO
- Every JMS connection created from the connection factory, and every JMS session that is created from those JMSconnections, has its own channel instance (TCP/IP connection) to a queue manager.