Hi, I need to make a listener which listens to some T-server events. I’m using the .NET Platform SDK. If my T-Server fails, I try to use our t-server backup server through the Warm-Standby application block.
My listener istelf is hosted on a windows server, since my listener does some important things, I’d like to make it redundant as well. If the windows server with the listener fails, I’d like to wake up a new listener on a backup server so I don’t loose any events (or at least not much). Do you suggestions on how to accomplish this, is there anything in the Platform SDK that could help me to accomplish this feature?
Thanks
Martin