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

getConnectionID function

Returns the AppServer connection ID.

Syntax

FUNCTION getConnectionID RETURNS CHARACTER.

Applies to

Session objects

Notes

*This value is typically used to correlate the session to log entries on the server side.
*Returns UNKNOWN when called before beginSessionprocedure .

See also

For more information, see the Establishing session control.