Hi experts,
In our use case, we want ensurity that messages are not lost.
For this, we have three node cluster with ha-all policy.
We are using durable queues.
For partition handling, pause minority.
As I understand, durability of queues helps to solve cases where when node restarts, it can pick the messages persisted in mnesia.
Please correct me if I am wrong.
Also, in 3 node cluster, if we have any node restart, the node will not start with messages but sync from current master node.
So is there any use case where durable queues solve the problem in a cluster?
I guess it can solve case where we restart all node at the same time.
Is there any other use case?
Please guide.
Thanks and Regards
Amit