BIP8833
Severity
10 : WarningMessage
Changes a broker's configuration.
Syntax:
mqsichangebroker brokerName [-s unsQMgrName] [-j | -d] [-l userLilPath] [-g configurationTimeout] [-k configurationDelayTimeout] [-v statisticsMajorInterval] [-P httpListenerPort] [-y ldapPrincipal] [-z ldapCredentials] [-x userExitPath] [-e activeUserExits]
Explanation
Command Options:
'brokerName' name of the broker
'-s unsQMgrName' the WebSphere MQ queue manager of the User Name Server
'-j' indicates that Publish/Subscribe access control is to be enabled for this broker
'-d' indicates that Publish/Subscribe access control is to be disabled for this broker
'-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
'-v statisticsMajorInterval' the time (in minutes) for the duration of the interval for collecting statistics archive records
'-P httpListenerPort' the port that the broker HTTP listener will use.
'-y ldapPrincipal' the LDAP Principal (userId)
'-z ldapCredentials' the LDAP Credentials (password)
'-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.