Module name

Use this property to specify the name of the shared (dynamic) library that implements the method that the connector calls after each message to determine whether it should commit the transaction after that message.

Enter the name of the shared library that exports the method specified in the Method name (Message controlled) property. This value may be a full path to the library, or just the name of the library.

If only the name of the library is specified, the environment must be configured so that the connector can open the library at runtime. On Windows this means that the library must reside in a directory listed in the PATH environment variable which is in effect for the job process. For AIX the same applies, but the environment variable is LIBPATH. For HP-UX it is SHLIB_PATH. For other UNIX platforms, such as Linux, it is LD_LIBRARY_PATH.