Implementing service resiliency on EMA Consumer application - Java

I am trying to implement manual service resiliency using the methods described in the following article:

https://developers.refinitiv.com/en/article-catalog/article/how-implement-service-resiliency-ema-consumer-application

I am using the SDK to develop an application for data on the MMT_NEWS_TEXT_ANALYTICS domain. However, the article provides code for only C++ applications. The article is also slightly dated, so some of the methods do not apply (i.e. using pause/resume do not apply for the news text analytics domain). Are there any Java sample codes available for implementing the resiliency?

Tagged:

Best Answer

  • @azat.kasimov

    Sorry, we don't have the EMA Java sample code for service resiliency.

    According to the ADS installation guide, the Pause and Resume feature on ADS is only supported for data sent in Marketfeed format and for RDM Level 1 Market Price items.

    You can enable Pause and Resume in all Refinitiv Real-Time Advanced Distribution Server configurations. However, it is only supported for data sent in Marketfeed format and for RDM Level 1 Market Price items. This algorithm does not affect data sent in ANSI page format, as well as RDM Level 2 items and items defined as news items in the Refinitiv Real-Time Advanced Distribution Server. 

    It is also mentioned in the article.

    Please be aware that the Pause and Resume feature on ADS is only supported for data sent in Marketfeed format and for RDM Level 1 Market Price items.