[UNIX, Linux, Windows, IBM i]

ExitPath stanza of the qm.ini file

The ExitPath stanza specifies the path for user exit programs on the queue manager system.

Use the ExitPath stanza in the qm.ini file to specify the path for user exit programs on the queue manager system.

[Windows][Linux]Alternatively, on Linux® (x86 and x86-64) and Windows, use the IBM® MQ Explorer Exits queue manager properties page.

ExitsDefaultPath= string
The ExitsDefaultPath attribute specifies the location of:
  • 32-bit channel exits for clients
  • 32-bit channel exits and data conversion exits for servers
  • Unqualified XA switch load files
ExitsDefaultPath64= string
The ExitsDefaultPath64 attribute specifies the location of:
  • 64-bit channel exits for clients
  • 64-bit channel exits and data conversion exits for servers
  • Unqualified XA switch load files

Example stanza

 
ExitPath:
   ExitsDefaultPath=/var/mqm/exits
   ExitsDefaultPath64=/var/mqm/exits64