Hello,
May I know if there is alternative way for Java to "Posting data to TR Contribution Channel"?
Thanks.
Rgds,
Gil
Hello,
May I know if there is alternative way for Java to "Posting data to TR Contribution Channel"?
Thanks.
Rgds,
Gil
Hello @gil.law,
Did you mean another programming language (e.g. C/C++) or another API products (e.g. RFA) for posting data to TRCC?
Thanks for your reply. Let me clarify From https://developers.refinitiv.com/en/api-catalog/refinitiv-real-time-opnsrc/rt-sdk-cc/tutorials#ema-consumer-posting-data-to-contribution-channel, we learnt that the API "Posting data to TRCC" only supports C++.
Since we are using Java only, what can we do if we want to "post data to TRCC"?
Thanks,
Gil
To post data to TRCC using EMA Java, EMA Java which supports Encrypted Connection type is need. The latest package, Elektron-SDK1.1.1.java.eload, does not support this connection type so it cannot be used to post data to TRCC. Fortunately, EMA is open source and the source code which supports Encrypted Connection type is available on thomsonreuters/Elektron-SDKGithub already. This mentions in EMA_Configuration_Guide on Thomson Reuters Developers Community
To build the EMA libraries from the source code, please refer to README.md under Java folder on the thomsonreuters/Elektron-SDKGithub. Set the application uses RSSL_ENCRYPTED ChannelType in EmaConfig.xml. Unfortunately, EMA Java example to Post data to TR Contribution Channel is not available currently. Please refer to EMAConsumer - Posting data to TR Contribution Channel in EMA C++ tutorial for how to implement EMA Java application to post data to TRCC.
If you face any problems, you can contact the EMA development team directly via https://github.com/thomsonreuters/Elektron-SDK/issues . Then click "New issue" button. This will help to speed up the solution and allow you to follow up with the development team directly.