Delete a JMS session
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
An application calls the deleteSession procedure in the Session object to close and delete the session. This call terminates the underlying JMS connection and sessions, disconnects the OpenEdge client from the Progress OpenEdge JMS Adapter, deletes all the Message Consumer objects, and deletes the session's persistent procedure.
The deleteSession procedure call does not delete the ABL Message objects associated with the session; those messages remain for possible use with other sessions.
Note: Do not use the ABL
DELETE OBJECT statement or
DELETE PROCEDURE statement to delete a JMS session.