I have a cluster with 2 nodes, According to Official Rabbitmq document this properties (AutomaticRecoveryEnabled ) can set true for connection failure recovery:
Network connection between clients and RabbitMQ nodes can fail. RabbitMQ .NET/C# client supports automatic recovery of connections and topology (queues, exchanges, bindings, and consumers).
and then i add list of host name in overload of CreateConnection: connectionFactory.CreateConnection(_hosts)
after that i turn off the Node A, but it give me exception and auto recovery doesnot work(it does not switch on host which is on)? please explain me if i misunderstood what does theAutomaticRecoveryEnabled do?
for the senario if one Nodes goes down for auto failover recovery i should use something like HA Proxy or there is something inside of Rabbitmq Client that can do it for me?
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.