Try OpenEdge Now
skip to main content
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.