Adding a cloned broker

To add a broker to a set of cloned brokers, use the mqsichangeproperties command to define the brokers that are its clones, and to tell each of the other brokers that it has a new clone.

To add broker4 (with queue manager QM4) to a set of three cloned brokers (broker1 with queue manager QM1, broker2 with queue manager QM2, and broker3 with queue manager QM3), use the following mqsichangeproperties commands:
  1. mqsichangeproperties broker4 -e default -o DynamicSubscriptionEngine -n clonedPubSubBrokerList -v \"broker1,QM1,broker2,QM2,broker3,QM3\"
  2. mqsichangeproperties broker1 -e default -o DynamicSubscriptionEngine -n clonedPubSubBrokerList -v \"+broker4,QM4\"
  3. mqsichangeproperties broker2 -e default -o DynamicSubscriptionEngine -n clonedPubSubBrokerList -v \"+broker4,QM4\"
  4. mqsichangeproperties broker3 -e default -o DynamicSubscriptionEngine -n clonedPubSubBrokerList -v \"+broker4,QM4\"
Related concepts
Cloned brokers
Related tasks
Setting up cloned brokers
Deleting a cloned broker
Related reference
mqsichangeproperties command