Home
How to configure WebSphere MQ for API exits
You configure WebSphere MQ to enable API exits by changing the configuration information in the usual ways:
- On WebSphere MQ for Windows, use the WebSphere MQ Explorer or the amqmdain command to make changes to configuration information within the Windows Registry.
- On WebSphere MQ for Linux (x86 platform), use the WebSphere MQ Explorer to update the WebSphere MQ configuration files, mqs.ini and qm.ini.
- On other systems directly update WebSphere MQ configuration files, mqs.ini and qm.ini.
In either case, you provide information to:
- Name the API exit
- Identify the module and entry point of the API exit code to run
- Optionally pass data with the exit
- Identify the sequence of this exit in relation to other exits
For detailed information on this configuration, see Configuring API exits. For a description of how API exits run, see What happens when an API exit runs?.
Parent topic:
How you use API exits
fa19900_
Home