BROKERSUBQ

When the IBM MQ classes for JMS are being used in IBM MQ messaging provider migration mode, this property specifies the name of the queue from which non-durable subscription messages are retrieved.


Applicable Objects

ConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XATopicConnectionFactory

JMS administration tool long name: BROKERSUBQ

JMS administration tool short name: BSUB


Programmatic access

Setters/getters

  • MQConnectionFactory.setBrokerSubQueue()
  • MQConnectionFactory.getBrokerSubQueue()


Values

    SYSTEM.JMS.ND.SUBSCRIBER.QUEUE
    This is the default value.

    Any valid string
    Starting with SYSTEM.JMS.ND

Parent topic: Properties of IBM MQ classes for JMS objects


Related information