涉及机器数量比较多,这里只列出配置文件
1. 修改配置文集
修改 ${ACTIVEMQ_HOME}/conf/activemq.xml
在 broker 中添加多个 networkConnector ,连接到多个 broker 集群
<networkConnectors>
<networkConnector uri="masterslave:(tcp://other-cluster-1-master:61616,tcp://other-cluster-1-slave:61616)"/>
<networkConnector uri="masterslave:(tcp://other-cluster-2-master:61616,tcp://other-cluster-2-slave:61616)"/>
······
</networkConnectors>
网友评论