Try OpenEdge Now
Messaging and ESB
Understanding the Messaging Models
:
Using PUB/SUB messaging
:
Deleting objects
Deleting objects
An OpenEdge application must explicitly delete ABL objects after using them:
The Pub/Sub 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.