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

setShortProperty procedure

Sets a short message property.

Syntax

PROCEDURE setShortProperty.
DEFINE INPUT PARAMETER propertyName AS CHARACTER.
DEFINE INPUT PARAMETER propertyValue AS INTEGER.

Applies to

Message objects

Notes

The server returns a NumberFormatException message for a value overflow.

See also

clearPropertiesprocedure
For more information, see the Accessing message properties.