Try OpenEdge Now
skip to main content
Messaging and ESB
Understanding the Messaging Models : Using PTP messaging : Deleting objects
 

Deleting objects

An OpenEdge application must explicitly delete ABL objects after using them:
*The PTP Session object calls the deleteSessionprocedure .
*The Message Object calls the deleteMessageprocedure.
*The Message Consumer object calls the deleteConsumer procedure.
In addition to deleting the objects, these calls delete the resources allocated by the OpenEdge Adapter for SonicMQ and the server-side resources.