Hi, I am incorporating requesting refresh message in my application. On doing so in some particular cases, I am getting multiple refresh message for same requested item. Is multiple request messages are not wanted or harmful some way??
Hello @Lalit
Firstly, RFA is feature complete and I would strongly encourage you to consider EMA API, which is considerably easier to use and will be supported for long time going forward.
An application might receive multiple refresh messages. This is usually when requesting level 2 data where the refresh message is very large and hence split into multi-part refreshes. Also, at any time the infrastructure can re-sync with consumer and send an unsolicited refresh.
Which of these two scenarios are you dealing with? It would be helpful to show the actual message logs received by the application.
@Lalit
Typically, the ADS doesn't support multiple requests of the same items. Therefore, RFA will manage this on behalf of the application. For example:
This is how RFA handles requesting of the same item.