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

setByteProperty procedure

Sets a byte property in a message; the values range from –128 to 127.

Syntax

PROCEDURE setByteProperty.
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. For example, calling setByteProperty("prop1", 1000) results in a value overflow.

See also

clearPropertiesprocedure
For more information, see the Accessing message properties.