If you plan to run more than one Message Broker, they probably should be configured into a cloud.
To create a Message Broker cloud:
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.
server_names=tcp://ProdServer1:61616,tcp://ProdServer2:61620