asyncFinalize

asyncFinalize() updating;

The asyncFinalize method of the Application class deletes internal transient objects used in processing asynchronous method calls.

You must call the asyncFinalize method to ensure clean shutdown of the underlying message queuing mechanism when your process terminates.

The method is typically called from the finalize method for a worker application that processes asynchronous method calls.