XMSC_WMQ_MESSAGE_SELECTION

    Data type:
    System.Int32

    Property of:
    ConnectionFactory

Determines whether message selection is done by the XMS client or by the broker.

The valid values of the property are as follows:

Valid value Meaning
XMSC_WMQ_MSEL_CLIENT Message selection is done by the XMS client.
XMSC_WMQ_MSEL_BROKER Message selection is done by the broker.
The default value is XMSC_WMQ_MSEL_CLIENT.

This property is relevant only in the publish/subscribe domain. Message selection by the broker is not supported if the XMSC_WMQ_BROKER_VERSION property is set to XMSC_WMQ_BROKER_V1.

Parent topic: Property definitions