XMSC_WMQ_BROKER_VERSION

    Data type:
    System.Int32

    Property of:
    ConnectionFactory and Destination

    Name used in a URI:
    brokerVersion

The type of broker used by the application for a connection or for the destination. Only a destination that is a topic can have this property.

The valid values of the property are as follows:

Valid value Meaning
XMSC_WMQ_BROKER_V1 The application is using a IBM MQ publish/subscribe broker.

The application can also use this value if we migrate from IBM MQ publish/subscribe to WebSphere Message Broker but did not change the application.

XMSC_WMQ_BROKER_V2 The application is using a broker of IBM Integration Bus.
XMSC_WMQ_BROKER_UNSPECIFIED

After the broker is migrated, set this property so that RFH2 headers are no longer used. After migration, this property is no longer relevant.

The default value for a connectionfactory is XMSC_WMQ_BROKER_UNSPECIFIED but, by default, the property is not set for a destination. Setting the property for a destination overrides any value specified by the connection factory property. Parent topic: Property definitions