getConnectionID function

Returns the Progress OpenEdge JMS Adapter 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 beginSession procedure.

See also

For more information, see the Establishing session control.