Do I need to implement anything to enable the "retry to connect" or "failover to another server"? From what I understand, these two should be taken care of as long as I configure them correctly (aka a fault-tolerant connection url and ReconnAttemptCount, etc.) However, it doesn't work for me.
My current scenario is that my app successfully connects to the EMS server, it can receive and send msg. Then I disable network connection, I can see exception "TIBCO.EMS.EMSException: Connection has been terminated" is thrown. Enable network connection but the connection to EMS server does not automatically restore.
Please help to advise. If my understand is wrong, please help to correct me as I am very new in this area.