The flags that control the inclusion of put message records when a message is put. The initial value is MQPMRF_NONE. The following additional values are possible:
ImqMessageTracker attributes are taken from the object for any field that is specified. ImqMessageTracker attributes are taken from the ImqMessage object for any field that is not specified.
resolved queue manager name
Name of a destination queue manager determined during a put. The initial value is null. This attribute is read-only.
resolved queue name
Name of a destination queue determined during a put. The initial value is null. This attribute is read-only.
syncpoint participation
TRUE when messages are put under syncpoint control.
Sets the syncpoint participation value. If sync is TRUE, the options are altered to include MQPMO_SYNCPOINT, and to exclude MQPMO_NO_SYNCPOINT. If sync is FALSE, the options are altered to include MQPMO_NO_SYNCPOINT, and to exclude MQPMO_SYNCPOINT.