BIP8105
Severity
10 : Warning
Message
Creates a broker. Syntax: mqsicreatebroker BrokerName -i ServiceUserId -a ServicePassword -q QueueManagerName -n DataSourceName < -u DataSourceUserId > < -p DataSourcePassword > < -s UserNameServerQueueManagerName -j> < -g ConfigurationTimeout > < -k ConfigurationDelayTimeout > < -w WorkPath > < -t > < -m > < -v StatisticsMajorInterval > < -P HttpListenerPort >
Explanation
Command Options
'i' the userid that the broker should run under. 'a' the password for the broker userid. 'q' the WebSphere Business Integration Queue Manager that the broker should use. This is created if it does not exist. 'n' the broker's database name. 'u' the userid that the broker uses to access its database. 'p' the password for the broker's database userid. 's' the WebSphere Business Integration Queue Manager of the User Name Server. 'j' indicates that Publish/Subscribe access control is to be enabled for this broker. 'w' the directory into which trace logs are placed. 't' indicates WebSphere Business Integration fastpath is to be used for this broker. 'm' indicates that migration is required from an WebSphere Business Integration Publish/Subscribe broker. 'g' the maximum time (in seconds) to allow a broker to process a deployed message. 'k' the maximum time (in seconds) to allow a broker to process a minimum size deployed message. 'v' the time (in minutes) for the duration of the interval for collecting statistics archive records. 'P' the port that the broker HTTP listener will use.