BIP8105

Severity

10 : Warning

Message

Creates a broker.

Syntax:
mqsicreatebroker brokerName -i serviceUserId -a servicePassword -q queueManagerName -n dataSourceName [-u dataSourceUserId] [-p dataSourcePassword] [-s unsQMgrName [-j]] [-g configurationTimeout] [-k configurationDelayTimeout] [-w workPath] [-l userLilPath] [-t] [-m] [-v statisticsMajorInterval] [-P httpListenerPort] [-c icuConverterPath] [-y ldapPrincipal -z ldapCredentials] [-x userExitPath]

Explanation

Command Options:
'brokerName' name of the broker
'-i serviceUserId' the userid that the broker will run under
'-a servicePassword' the password for the broker userid
'-q queueManagerName' the WebSphere MQ queue manager that the broker will use. This is created if it does not exist
'-n dataSourceName' the broker's database name
'-u dataSourceUserId' the userid that the broker uses to access its database
'-p dataSourcePassword' the password for the broker's database userid
'-s unsQMgrName' the WebSphere MQ queue manager of the User Name Server
'-j' enables publish/subscribe access control for the broker
'-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
'-w workPath' the directory into which trace logs are placed
'-l userLilPath' the directory from which the broker searches for user-supplied libraries
'-t' enables WebSphere MQ fastpath for this broker
'-m' indicates that migration is required from an WebSphere publish/subscribe broker
'-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
'-c icuConverterPath' 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.