Establish session control
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
The following table lists the methods an application uses to manage session control.
| Method | Description |
|---|---|
| startReceiveMessages procedure | Starts receiving messages after creating a new session or after calling stopReceiveMessages procedure |
| stopReceiveMessages procedure | Causes the SonicMQ Broker to stop delivering messages to the OpenEdge client |
| deleteSession procedure | Closes a session and its underlying connection and deletes the session procedure |
| getConnectionID function | Returns the AppServer connection ID |