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

getUser function

Returns the value set by the preceding setUserprocedure.

Syntax

FUNCTION getUser RETURNS CHARACTER.

Applies to

Session objects

Notes

If setUserprocedure was not called, the Unknown value (?) is returned.

See also

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