Initializing/Creating/Destroying Functions

The JmsStartUp function is equivalent to the functions JmsSetJndiEnvironment and JmsInit. However, in JmsStartUp you can specify only one Jndi environment property, the property sJndiNamingFactoryInitial.

The following functions are mandatory and must be used in TInit: JmsInit, JmsSetJndiEnvironment, JmsStartUp.
注: You must either use both the functions JmsInit and JmsSetJndiEnvironment or only the function JmsStartUp. You do not need all three functions.

The following function is mandatory and must be used in TEnd: JmsShutDown.