JmsShutDown Function

Action

Closes the connection. Use this function in the TEnd.

Include file

Jms.bdh

Syntax

JmsShutDown();

Example

 transaction TEnd
  begin
    JmsShutDown();
    JavaFreeObject(ghJmsSampleObj);
  end TEnd;

Sample scripts

JmsSample.bdf, JmsSample.java