The Open Group Application Response Measurement Correlator property, set on a message. Associates a unique Id with the application data in the message.
This is a JMS property and is a synonym of JMS_IBM_ArmCorrelator.
Use JMS_TOG_ARM_Correlator in preference to JMS_IBM_ArmCorrelator. JMS_IBM_ArmCorrelator is available for compatibility with some existing JMS programs.
This property can be set by using the xmsSetStringProperty method:
xmsSetStringProperty(xmsHMsg, JMS_TOG_ARM_Correlator, “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.