BIP8147

Severity

10 : Warning

Message

Changes a broker's configuration. Syntax: changebroker [s=unsQMgrName] [l=userLilPath] [g=configurationTimeout] [k=configurationDelayTimeout] [x=userExitPath] [e=activeUserExits]

Explanation

Command Options:
's=unsQMgrName' the WebSphere MQ queue manager of the User Name Server.
'l=userLilPath' indicates where 'lil' files are loaded from.
'g=configurationTimeout' the maximum time (in seconds) to allow a broker to process a deployed message.
'k=configurationDelayTimeout' the maximum time (in seconds) to allow a broker to process a minimum size deployed message.
'x=userExitPath' the directory from which the broker searches for all user exits. This path will be added to the system library search path (PATH,LIBPATH,LD_LIBRARY_PATH,SHLIBPATH) for the execution group process only.
'e=activeUserExits' the active user exits. By default, user exits are inactive. Adding a userExit name to this list, changes its default state to active for this broker. The default state can be overridden at the execution group or message flow level using mqsichangeflowuserexits command. If a user exit name is specified and no library is found to provide that user exit when the Execution Group starts, then a BIP8860 message will be written to system log and the execution group will fail to start.