Hello @arnaud.mazzucco
EMA does not provide any method to avoid too many updates. Itpasses all updates as it receives from the server e.g. TREP(ADS/ADH) to theapplication. Anyway, TREP provides Conflation feature which can specify thetime interval at which updates will be sent. For example, set interval 1 secondin TREP, TREP merges all updates e.g. 5 updates received from the feed within 1second then it will publish as one update to EMA. Then, EMA passes the update tothe application. Hence, you can avoid too many updates e.g. from 5 updates to 1update using Conflation feature in TREP. If you are interesting in thisfeature, please contact Thomson Reuters Account team.
This methods are applied to ReqMsg objects.What are the configurations option ? Like ReqMsg.Timeliness.REALTIME, QosRates.TICK_BY_TICK ?
Thanks a lot