Hi,
Recently in my OMMConsumer application (EMA C++ (ema3.7.3.L1)) in pre-production received following 'Status Message' from RTO
}FtGroupId [100] SessionId [1] IsActiveSession [TRUE]{Output: Timestamp: 20251028-07:31:31.957967 StatusMsg
streamId="1"
domain="Login Domain"
state="Closed / Suspect / Internal error from sender / 'Login Denied:Failed to validate sso token'"
name="AQIC5wM2LY4SfczNcJMlLDrL2EYj5mB359SY0OIdh1Y9TpI%3D%40AAJTSQACMTAAAlNLABM4MTYxNTg5NTgxNTk0NDI3MjgwAAJTMQACMjU%3D%23"
nameType="1"
StatusMsgEnd
}
I have following question.
In a situation like this, should i attempt to reconnect automatically from my OMMConsumer application, or would you recommend manual intervention to re-connect? Asking this because, according to https://statics.teams.cdn.office.net/evergreen-assets/safelinks/2/atp-safelinks.html, this can occur due to an outage at refintive side.
If automatic reconnection with a fallback mechanism is recommended, which state should i look for to take that decision? "Stream State - Closed" is enough or should i consider Data state as well ?