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.
    For programs, use WMQConstants.WMQ_SHARE_CONV_ALLOWED_YES.

    NO
    This value is for administrative tools.
    For programs, use WMQConstants.WMQ_SHARE_CONV_ALLOWED_NO.