Try OpenEdge Now
skip to main content
Messaging and ESB
Implementing Messaging : Managing connections and sessions : Deleting a JMS session
 

Deleting a JMS session

An application calls the deleteSessionprocedure 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 OpenEdge Adapter for SonicMQ, deletes all the Message Consumer objects, and deletes the session's persistent procedure.
The deleteSessionprocedure call does not delete the ABL Message objects associated with the session; those messages remain for possible use with other sessions.