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

getTransactedSend function

Returns the value set by the preceding setTransactedSendprocedure.

Syntax

FUNCTION getTransactedSend RETURNS LOGICAL.

Applies to

Session objects

Notes

If setTransactedSendprocedure was not called, FALSE is returned.

See also

For more information, see the Setting and getting JMS connection and session attributes.