The TIBCO EMS user's guide (pg 292) says that the backup server will work indefinitely to either A) become the primary server or B) reconnect to the primary server. It also says clients may receive fail-over notification when the switch is successful (see also TIBCO EMS .NET reference pg 220). I have some questions spinning off of these facts...
- What kind of errors occur on the client side while the servers are attempting fail-over/reconnect?
- What is the appropriate response from the client?
- Get new Connection objects from the ConnectionFactory until one works?
- Wait for fail-over notification? (are current Connection instances fixed at this time? or do I need to get a new instance?)
I hope the scenario is clear, any related information or advice would be appreciated too.