WebSphere Message Service Client for C/C++, Version 2.0.2 Operating Systems: AIX, Linux, Solaris, Windows

JMS_IBM_ArmCorrelator

Data type:
String
Property of:
Message

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.


Reference topic

Terms of Use | Rate this page

Last updated: 24 May 2011

(C) Copyright IBM Corporation 2005, 2011. All Rights Reserved.