Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
setStringProperty procedure
setStringProperty procedure
Sets a
String
message property.
Syntax
PROCEDURE setStringProperty.
DEFINE INPUT PARAMETER
propertyName
AS CHARACTER.
DEFINE INPUT PARAMETER
propertyValue
AS CHARACTER.
Applies to
Message objects
See also
clearPropertiesprocedure
For more information, see the Accessing message properties.