Previous Topic: PurposeNext Topic: Return Code


Arguments

The following table gives a brief description of each of the arguments:

Name

I/O

Description

*qMgr

Input/Output

A character string containing the name of the local queue manager. By default, the application obtains this information from the model during generation. This exit can override this name.

*srvQName

Input/Output

A character string containing the name of the put queue connecting to the local queue manager. By default, the application obtains this information from the model during generation.

This exit can override this name.

*numRequests

Input/Output

Specifies the number of transactions the server calling this exit can execute prior to the server shutting down. A mechanism to limit the number of transactions a server can execute.

Default: -1, no limit to the number of transactions that can be serviced.

*getMsgTO

Input/Output

A long value representing the reply timeout applied to the get queue associated with the current flow request.

Default: The default value is MQWI_UNLIMITED
(-1), wait indefinitely. If set, the number represents milliseconds.

This exit can override this name.

*serverName

Input

A character string containing the name of the server load module executing this exit.