chrisdrobison
chrisdrobison

Reputation: 1323

ActiveMQ true P2P network of brokers

I'm looking for a way to have a true P2P network of brokers. Ideally, I'd like to have a true p2p network of broker clusters. For example, I have datacenter A, B, C. Each datacenter has one highly available cluster of brokers. I don't need to load balance in a datacenter, I just need HA at a datacenter. How can I create a P2P network of these HA clusters?

Upvotes: 1

Views: 1137

Answers (1)

chrisdrobison
chrisdrobison

Reputation: 1323

I believe I got the answer here: http://fusesource.com/docs/broker/5.4/clustering/index.html, the in the article Combining Fault Tolerance with Load Balancing. It looks like these guys consult on ActiveMQ and have a product called Fuse Message Broker that is just a rebranded ActiveMQ.

Upvotes: 1

Related Questions