The Open Group Application Response Measurement Correlator property, set on a message. This IBM-defined property associates a unique Id with the application data in the message. Use JMS_TOG_ARM_Correlator in preference to this property.
JMS_IBM_ArmCorrelator is a synonym of JMS_TOG_ARM_Correlator. This property is available for compatibility with some existing JMS programs.
This property can be set by using the xmsSetStringProperty method:
xmsSetStringProperty(xmsHMsg, JMS_IBM_ArmCorrelator, “ARM_Correlator”, sizeof(“ARM_Correlator”), xmsHError);
By default, the property is not set.
The value for this property can be obtained using the GetStringProperty method.
This property is not valid for Real Time Transport.