XMSC_WPM_PERSISTENT_MAP

    Data type:
    System.Int32

    Property of:
    ConnectionFactory

The reliability level of persistent messages that are sent using the connection.

The valid values of the property are as follows:

Valid value Reliability level
XMSC_WPM_MAPPING_AS_DESTINATION Determined by the default reliability level specified for the queue or topic space in the service integration bus
XMSC_WPM_MAPPING_BEST_EFFORT_NON_
  PERSISTENT
Best effort nonpersistent
XMSC_WPM_MAPPING_EXPRESS_NON_
  PERSISTENT
Express nonpersistent
XMSC_WPM_MAPPING_RELIABLE_NON_
  PERSISTENT
Reliable nonpersistent
XMSC_WPM_MAPPING_RELIABLE_PERSISTENT Reliable persistent
XMSC_WPM_MAPPING_ASSURED_PERSISTENT Assured persistent
The default value is XMSC_WPM_MAPPING_RELIABLE_PERSISTENT. Parent topic: Property definitions