Hi,
Whether any one has achieved high availability in MWS.
What i mean is if via load balancer if your request is routed to node1 and while you are working on it node1 goes down and load balancer switches your request to node to then it should be transparent to user what happened at background. It should not ask for login and if on node1 you were searching transaction with filter with certain “DocumentType” then after failover on node2 it should show the search result in transaction for same “DoscumentType”.
I hope someone would have done this already and can guide me here.