What is the best way to test a EMA consumer check whether the application is working in expected way. Is there test feed that we can access. Or is there any mock up provider (TREP feed simulator) provided with SDK or is there sample code for such mock up provider to test the EMA consumer.
So I submit data via the Java EMA (based on the Contributor.java example code). Everything is fine for a number of days (submitting 295 items that takes 15ms every second), but then suddenly it will start to run very slowly with the same batches taking between 3000ms and 7000ms. Some times this rectifies itself, but a lot…
Hi I am using Java EMA API to fetch data from Elektron service. While my program was running, it came across the following error: 22:34:09.492 [pool-4-thread-1] ERROR com.thomsonreuters.ema.access.OmmConsumerImpl - loggerMsg ClientName: LoginCallbackClient Severity: Error Text: RDMLogin stream was closed with status…
I have written the simplest code example that returns a refresh message and it gets a internal stack trace on unregister(). What's wrong in these 40 lines? OnMsgTest onMsgTest = new OnMsgTest(ommConsumer, symbol);<br /> long handle = ommConsumer.registerClient(reqMsg.serviceName(source).name(symbol), onMsgTest); and later…
Facing channel down reconnecting issue while connecting to ZKBE related RICS: AU3FN0055695=ZKBE CH0008435569=ZKBE 2023-02-01 16:45:19.699 WARN 31160 --- [ main] c.refinitiv.ema.access.OmmConsumerImpl : loggerMsg ClientName: ChannelCallbackClient Severity: Warning Text: Received ChannelDownReconnecting event on channel…
1. API:EMA 3.6.3.1 2. JAVA 3. Windows Hello, We have a question regarding to the way we download the data from RTDS. As you know, we have to manage different type of data in term of availability such as real time, CLS, DLY, D10, D15, D20, D30, D6h,… For the moment the push time is calculated at the start of the program by…
I have recently upgraded to EMA 3.6.8.0 and am now getting the following error: INFO: StatusMsg streamId="6" domain="System Domain" privateStream state="Closed, Recoverable / Suspect / None / 'TunnelStream.readMsg() Exception: 38'" name="TUNNEL1" serviceId="10" serviceName="DDS_TRCE" StatusMsg What is confusing me is the…
For one of the RIC we are getting the Access denied issue. I have reproduced the same issue in local. Below is status message. StatusMsg streamId="12" domain="MarketPrice Domain" state="Closed / Suspect / Not entitled / 'Access Denied: User req to PE(2145)'" name="AU3FN0055695=ZKBE" nameType="1" StatusMsgEnd It seems we…
We are migrating a Java application IProvider from RFA to EMA, and we have some doubts about Ema IProvider capabilities. According to RFA documentation (section 3.3.1.1 of rfaj_developerguide.pdf, RFA version 8.2.1.L1) "Interactive providers can receive any consumer-style request described in the consumer section of this…
We are using the realtime C++ SDK to handle market data. For reproducibility we log the "raw" (getAsHex()) bytes of each message. We have observed that sometimes, especially when connecting after market open, we get refinitiv::ema::access::StatusMsg messages for whom if we call getAsHex() on, we get an empty EmaBuffer. Is…
It looks like you're new here. Sign in or register to get started.