Our application uses RFA Java API to consume data from ADS.
We notice that after connected to ADS, looks like our application gets the event OMMMsg.MsgType=STATUS_RESP as follows:
MESSAGE
Msg Type: MsgType.STATUS_RESP
Msg Model Type: LOGIN
Indication Flags:
Hint Flags: HAS_ATTRIB_INFO | HAS_STATE
State: OPEN, OK, NONE, "Login accepted by host ads123456"
However, the RSSL trace shows that it receives MsgType=REFRESH_RESP from ADS.
The application is working fine but we want to know is it an expected behavior?