Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : setBooleanProperty procedure
 

setBooleanProperty procedure

Sets a boolean message property.

Syntax

PROCEDURE setBooleanProperty.
DEFINE INPUT PARAMETER propertyName AS CHARACTER.
DEFINE INPUT PARAMETER propertyValue AS LOGICAL.

Applies to

Message objects

Notes

An Unknown value (?) is considered a FALSE value.

See also

clearPropertiesprocedure
For more information, see the Accessing message properties.