This topic contains sections marked as revised for this release
Use the mqsichangeproperties command to change properties that relate to inter-broker communications and the HTTP listener component, which includes the HTTP and HTTPS (SSL) support for the HTTPInput and HTTPReply nodes.
The special name AllExecutionGroups is allowed, and is used to view settings for the Connector object name; this allows you to view broker-wide settings that affect all execution groups.
For example, if you set the -c parameter to JMSProviders, and the -n parameter to jarsURL, the expected value is a URL that specifies the file location of the JMS provider JAR files, while omitting the file:// of the URL.
mqsichangeproperties BRKA -e default -o DynamicSubscriptionEngine -n clonedPubSubBrokerList -v \"BRKB,BRKBQM,BRKC,BRKCQM\" mqsichangeproperties BRKB -e default -o DynamicSubscriptionEngine -n clonedPubSubBrokerList -v \"BRKA,BRKAQM,BRKC,BRKCQM\" mqsichangeproperties BRKC -e default -o DynamicSubscriptionEngine -n clonedPubSubBrokerList -v \"BRKA,BRKAQM,BRKB,BRKBQM\"
mqsichangeproperties BRKA -e default -o DynamicSubscriptionEngine -n clonedPubSubBrokerList -v \"-BRKC\" mqsichangeproperties BRKB -e default -o DynamicSubscriptionEngine -n clonedPubSubBrokerList -v \"-BRKC\" mqsichangeproperties BRKC -e default -o DynamicSubscriptionEngine -n clonedPubSubBrokerList -v \"\"
Note the minus symbol in the list for BRKA and BRKB. BRKC does not specify any brokers and is, therefore, not a clone. However, BRKA and BRKB remain clones of each other.
By default, Quality of Protection is enabled if either the isysQopLevel or sysQopLevel value has been changed from the default value of none.
mqsichangeproperties <broker> -o DynamicSubscriptionEngine -n interbrokerHost -v <IP host name>
If you change the value, the broker must be stopped and restarted. Then you must redeploy the full topology.
mqsichangeproperties <broker> -o DynamicSubscriptionEngine -n interbrokerPort -v <port number>
If you do not set the interbrokerPort value before the topology is deployed, restart the broker.
If you change the value, the broker must be stopped and restarted. Then you must redeploy the full topology.
This must be in the range 16 777 216 through 8 589 934 592.
The value of this property must be greater than, or equal to, the maxMessageSize value.
The value of this property must be less than, or equal to, the maxClientQueueSize value.
This parameter is available only if a Pragmatic General Multicast (PGM) protocol is selected.
On Windows platforms,
the user ID used to invoke this command must have Administrator authority
on the local system.
On UNIX systems,
the user ID used to invoke this command must be a member of the mqbrkrs group.
mqsichangeproperties TEST -o DynamicSubscriptionEngine -n clientPingInterval -v 200
mqsichangeproperties TEST -o DynamicSubScriptionEngine -n multicastEnabled -v true
mqsichangeproperties TEST -b httplistener -o HTTPListener -n sslProtocol -v TLS
mqsichangeproperties TEST -b httplistener -o HTTPListener -n enableSSLConnector -v true
mqsichangeproperties WBRK6_DEFAULT_BROKER -c JMSProviders -o JMS_Default_IBM_SIB -n jarsURL -v file://D:\SIBClient\Java
mqsichangeproperties WBRK6_DEFAULT_BROKER -c SecurityProfiles -o MyFirstSecurityProfile -n mapping,mappingConfig -v TFIM,http://tfimhost1.ibm.com