Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
setInt64Property procedure
setInt64Property procedure
Sets the value of a JMS message property to
INT64
.
Syntax
PROCEDURE setInt64Property.
DEFINE INPUT PARAMETER
propertyName
AS CHARACTER.
DEFINE INPUT PARAMETER
propertyValue
AS INT64.
Applies to
Message objects
Notes
The
Unknown value (?)
is allowed.
See also
getInt64Property function
,
setIntPropertyprocedure
,
getIntProperty function
,
clearPropertiesprocedure
For more information, see the Accessing message properties.