If you plan to run more than one Message Broker, they probably should be configured into a cloud.
To create a Message Broker cloud:
setopt server_names tcp:servername:endpoint
where
Separate multiple addresses by a comma (,). For example, the following line creates a cloud consisting of three Message Brokers: the current Message Broker and the two Message Brokers listed below.
setopt server_names tcp:ProdServer1:5110, tcp:ProdServer2:5120