BIP8101
Severity
10 : WarningMessage
Changes a broker's configuration.
Syntax:
mqsichangebroker brokerName [[-i serviceUserId] -a servicePassword] [-p dataSourcePassword] [-s unsQMgrName] [-j | -d] [-t | -n] [-l userLilPath] [-g configurationTimeout] [-k configurationDelayTimeout] [-v statisticsMajorInterval] [-P httpListenerPort] [-c ICU converter path] [-y ldapPrincipal] [-z ldapCredentials] [-x userExitPath] [-e activeUserExits]
Explanation
Command Options:
'brokerName' name of the broker to change
'-i serviceUserId' the userid that the broker should run under
'-a servicePassword' the password for the broker userid
'-p dataSourcePassword' the password for the broker's database userid
'-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
'-t' indicates WebSphere MQ fastpath is to be used for this broker (not supported on all platforms)
'-n' indicates WebSphere MQ fastpath is not to be used for this broker
'-l userLilPath' indicates where user-written 'lil' and 'jar' 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's HTTP listener will use
'-c ICU converter path' delimited list (';' in windows, ':' on unix) of paths to search for ICU converters or converter packages.
'-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.