Can Refinitiv provide a Java docking document or case on AWS SQS for RDP News API

At present, we have successfully subscribed to the news according to the case on the document "rdp_news_user_guide". Now we are in the debugging stage. Since the case on the document is provided in Python, can Refinitiv provide a Java docking document or case on AWS SQS?

Best Answer

  • Hello @maryjoy.villa ,

    Just confirming, are you looking at Quickstart and Python tutorials source code, Python starter examples example newsMessages.py (it uses example sqsQueue.py that is found in the same started example deck)?

    If you are, and that is the exact functionality you are asking to see shown in Java, then this example is only provided in Python, at present.

    However, in my view, the example code is very clear and straightforward, and if you require to implement the same exact or similar functionality in Java, you should be able to do so using this code as an example, on your side.

    If you are running into a specific issue in your Java code, please include more details?