XMSC_WMQ_TEMP_TOPIC_PREFIX

    Data type:
    String

    Property of:
    ConnectionFactory, Destination

When creating temporary topics, XMS generates a topic string of the form "TEMP/TEMPTOPICPREFIX/unique_id", or if this property contains the default value, then this string, "TEMP/unique_id", is generated. Specifying a non-empty value allows specific model queues to be defined for creating the managed queues for subscribers to temporary topics created under this connection.

Any non-null string consisting only of valid characters for a IBM MQ topic string is a valid value for this property.

By default this property is set to "" (empty string).

Note: This property is relevant only in the publish/subscribe domain. Parent topic: Property definitions