-
Regarding rsslInitChannel
I initially set the blocking option for RsslConnectOptions to true. My program was working fine. I was connecting, was able to login receive updates, all was good. I then decided to move to non blocking style of connection. I set up the connection loop according to the example but after the channel goes into…
-
what status message is expected from publisher when the Instrument is currently not available.
Hi All, I would like to briefly explain the scenario: We have a publisher that sends a Service Up message, but initially, no instruments are available. Instruments are created dynamically, so it's not possible to expect all of them to be available immediately. In this case, what message is expected from the publisher to…
-
rsslInitChannel query
Hi! In the https://github.com/Refinitiv/Real-Time-SDK/blob/825c4c2113da5389d5f927cfbcadd7c2be495b18/Cpp-C/Eta/Applications/Examples/Consumer/rsslConsumer.c#L680. case of RSSL_RET_CHAN_INIT_IN_PROGRESS, it is breaking out of the loop, in the else case. Where as what I see in the docs is that subsequent calls to…
-
RFA configuration validation
Hi, I am using RFA RSSL configuration as here \Connections\Connection5_RSSL\connectionType = "RSSL" \Connections\Connection5_RSSL\rsslPort = "14032" \Connections\Connection5_RSSL\serverList="xconprices.ads2.test:14032" \Connections\Connection5_RSSL\serverSelectionOrder= true \Connections\Connection5_RSSL\serviceList =…
-
Multiple refresh messages
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??
-
Does EMA connection with RSSL support Proxy when connected to ADS?
Hi Team Can EMA be used as a consumer to connect to ADS using RSSL for Real-Time subscription through a proxy (Non-REST request)? Can a SOCKS Proxy be used for this? Thank you in advance BR Gema Vicente
-
How does a UPA server handle duplicate login credentials from different servers?
We have a total of seven different UPA consumer applications each on a different server targeting a handful of different UPA servers. Until recently, we had five of these consumers all targeting the same UPA server (same IP/port configuration). Simply because it has worked historically, and because we did not want to break…
-
EMA RSSL batch request error - RDMDictionary stream was closed with status message. streamId 4 R...
...eason State: Closed/Suspect/None - text: "Login stream was closed." Hi , I am running EMA java application for streaming real time prices using a batch request. Service discovery is working and it choses below location to connect. ap-southeast-1-aws-3-sm.optimized-pricing-api.refinitiv.net 14002 But I get error later…
-
Help with segfault on rsslEncodeMapComplete after having added map summary data
Hi. I previously had an UPA server for testing that successfully was able to encode the Reuter's Domain Model Market By Price Refresh and Update messages. They were consumed successfully by an rssl consumer. I recently added summary data to the map that is the payload of this message. I didn't change the surrounding code…
-
TLS Supported versions
Hi. I have a question from our Dev Team regarding the version of TLS supported by a RFA API (trying to connect to an Elektron host xx-yy01). I have some details of the API(log) from them:- \Connections\Connection_RSSL\connectionType = "RSSL" \Connections\Connection_RSSL\rsslPort = "24003"…
-
SSL and RSSL cessation question
Hi Dev team, Could you please advise on the following client question: "I know that the SSL protocol is to be deprecated in 2026 and the RSSL protocol in 2027 from a consumer application perspective. From a source (Publisher) application perspective, can you please confirm what protocols will be available after the…
-
How can I use included rsslexample app in ADS to be launched from a script for obtain a list of a...
...ll services with its Up/Down status and exit . No subscriptions . How can I use included rsslexample app in ADS to be launched from a script for obtain a list of all services with its Up/Down status and then exit . No subscriptions needed. I just need what is referred as the "service table" in the legacy ../demo/example…
-
Max length of RSSL string payload
Is there a max length for the payload of an ASCII_STRING / RMTES_STRING field? All I can see documentation-wise is the table "5.5.2.4 FIELD TYPE Keywords" in the "RDM Usage Guide" but I'm reading that as how to convert MarketFeed types to RWF? I'm inferring (/hoping) from reading the SDK code that string length is only…
-
Under what conditions should I recall rsslConnect and/or rsslInitChannel for an RSSL Consumer in ...
...the event of disconnection? Hi, I am trying to flush out disconnect handling for an RSSL Consumer connecting to a UPA server and I have some questions. The connection type this question is relevant to is RSSL_CONN_TYPE_SOCKET. I am first wondering if there are any general guidelines on usage of rsslConnect and…
-
Are there any ordering constraints on encoding/decoding different parts of an RSSL message?
I have an RSSL Consumer client using the Reuter's Domain Model. I also have an RSSL Producer server that is part of a testing harness to test my client. The consumer is successfully able to login, request and process source directory information, and request and process dictionary information, and I have tested this…