SHARECONVALLOWED
This property determines whether a client connection can share its socket with other top-level JMS connections from the same process to the same queue manager, if the channel definitions match.
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
- This is the default value for administrative tools.
- NO
- This value is for administrative tools.
Parent topic: Properties of IBM MQ classes for JMS objects