Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
setLongProperty procedure
setLongProperty procedure
Sets a
long
message property.
Syntax
PROCEDURE setLongProperty.
DEFINE INPUT PARAMETER
propertyName
AS CHARACTER.
DEFINE INPUT PARAMETER
propertyValue
AS DECIMAL.
Applies to
Message objects
Notes
Any fractional part of the
DECIMAL
value is truncated.
See also
clearPropertiesprocedure
For more information, see the Accessing message properties.