question

Upvotes
Accepted
1 1 2 3

[JAVA EMA] Alternative to Posting data to TR Contribution Channel

Hello,

May I know if there is alternative way for Java to "Posting data to TR Contribution Channel"?

Thanks.

Rgds,

Gil

elektronrefinitiv-realtimeelektron-sdkema-apirrtelektron-message-apircc-apipostingpost
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

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?

gil.law avatar image gil.law Nipat Kunvutipongsak

Hi @Nipat Kunvutipongsak,

Thanks for your reply. Let me clarify From https://developers.thomsonreuters.com/elektron/elektron-sdk-cc/learning?content=26452&type=learning_material_item, 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

The client has raised the case 06415890 and @Pimchaya.Wongrukun is working on the case.

The associated case (06415890) is still in progress. I'll prolong its triage.

Hi @gil.law

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,

AHS

The associated case (06415890) has been closed.

Show more comments

1 Answer

· Write an Answer
Upvotes
Accepted
9.6k 10 7 7

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.


rssl-enncrypted.png (36.0 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

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.

This works! Thank you.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.