[rabbitmq-discuss] Recover crashing node
Michael Klishin
mklishin at gopivotal.com
Wed May 14 19:37:54 BST 2014
On 14 May 2014 at 22:28:40, ranjitiyer (ranjitiyer at gmail.com) wrote:
> > A had some persisted messages when it went down. When B
> doesn't start because A is down I'll fix up B to start on its own
> but I want
> A persisted msgs brought into B. (Assume A's mnesia database
> is only a
> network file share that B has access to). Is this possible? This
> is really
> important for our async job processing solution to work on RabbitMQ.
> We
> don't want to lose jobs persisted on A when A went down.
Everything on B is gone because you deleted its database. A's database
is just fine, so if you cluster B with it, mirrored
queues can be synchronised. See http://www.rabbitmq.com/ha.html.
--
MK
Software Engineer, Pivotal/RabbitMQ
More information about the rabbitmq-discuss
mailing list