I am using EMA C++ application and create a tunnel stream for posting messages.
I have two channels in the Ema Config. When channel 1 has status of down, it works as expected to auto failover to channel 2.
Question:
if a tunnel stream is already created after channel 1 is up, when channel 1 is down and failover to channel 2, is the original tunnel stream still valid? Or do I have to create a new tunnel stream for posting data.