Home
Configure API exits on UNIX systems
You define your API exits in new stanzas in the mqs.ini and qm.ini files. The sections below describe these stanzas, and the attributes within them that define the exit routines and the sequence in which they run. For guidance on the process of changing these stanzas, see Changing the configuration information.
On Linux (x86 platform) systems we can use the WebSphere MQ Explorer to edit these entries in mqs.ini and qm.ini.
Stanzas in mqs.ini are:
- ApiExitCommon
- When any queue manager starts, the attributes in this stanza are read, and then overridden by the API exits defined in qm.ini.
- ApiExitTemplate
- When any queue manager is created, the attributes in this stanza are copied into the newly created qm.ini file under the ApiExitLocal stanza.
The stanza in qm.ini is:
- ApiExitLocal
- When the queue manager starts, API exits defined here override the defaults defined in mqs.ini.
Parent topic:
Configuring API exits
fa19940_
Home