美文网首页
activemq + zookeeper搭建activemq集群

activemq + zookeeper搭建activemq集群

作者: xun2019 | 来源:发表于2017-05-12 19:20 被阅读0次

更改配置:

replicatedLevelDB directory="${activemq.data}/activemq-data" replicas="3"

bind="tcp://192.168.2.133:61603" zkAddress="192.168.2.133:6002,192.168.2.133:6001,192.168.2.133:6003"

zkPath="/activemq/leveldb-stores" hostname="192.168.2.133"

连接方式:

failover:(tcp://192.168.2.133:61617,tcp://192.168.2.133:61618,tcp://192.168.2.133:61621)

brokerName="bit"

相关文章

网友评论

      本文标题:activemq + zookeeper搭建activemq集群

      本文链接:https://www.haomeiwen.com/subject/cnltxxtx.html