The url is configured on dotnet app is of following format: nsp://ServerA:9000,nsp://ServerB:9000,nsp://ServerC:9000
Consider the case Server B is master realm and server A and server C are slave realms.
-when i shut down realm on ServerC, the dotnet application still receives data (no issue), the other two realms up and operational with ServerB (Master).
-when i shut down realm on ServerA only(Slave), the dotnet application stops retrieving data (issue), the other two realms up and operational with serverB (Master).
there is a nirvana cluster property set in dotnet code, however the challenge we are facing is how to make the dotnet app auto reconnect with the next available node and consume data.
#webMethods#Universal-Messaging-Broker