English 中文(简体)
如何在不使用争端解决司的情况下实施Rabbitmq高供应?
原标题:how to implement Rabbitmq high availability without using DRBD?

I want to implement High availability for Rabbitmq server.i have read the Rabbitmq provide document,on document is use DRBD,i don t wants to use DRBD for share storage,from my side i have did clustering with two node and prepare mirror queue. rest needs to be implemented high availability help me.

成就

最佳回答

The HA documentation can be found on the RabbitMQ site at http://www.rabbitmq.com/ha.html

with the main set up being described in http://www.rabbitmq.com/clustering.html

这只字不提数字,只是一个指南,说明如何反映多个服务器的查询。

I have implemented a HA rabbit cluster based on the instructions in the above so I can attest to their clarity. If you have any specific questions regarding HA setup that isn t clear from the above then I m happy to answer them.

问题回答

暂无回答




相关问题
How to connect to mirrored SQL Server after failover?

I set up a database mirroring and then used this connectionstring to connect to it: Data Source={0};Failover Partner={1};Initial Catalog=AdventureWorks; Integrated Security=True; After ...

Postgres HA (based on WAL-shipping) fails

I m hoping someone can help me a WAL-shipping and warm standby issue. My standby system runs happily for weeks, then all of a sudden it starts looking for .history files that don t exist. It then ...

Any patterns for high availability of a Windows Service?

Situation I have a windows service which I would like to make highly available. I have two unclustered servers (Windows server 2003 standard edition). The question is: What options do I have to ...

Challenges and Best Practices for Failing Over Services

Does anyone know of any established best practices for running Windows services (in my case, developed in .NET) such that they will (automatically) fail over correctly to another server, for high ...

热门标签