question

Upvotes
Accepted

Refinitiv Real-Time - Optimized: health check

Hi,


We are looking for a way to check the availability status of Refinitiv Real-Time - Optimized.
There is a functionality in SDK where u can check the status of channel OmmConsumer:channelInformation == 'ACTIVE'. Please advise if we can rely on this information and if this is a proper way of doing it,


Please help.

#productrefinitiv-realtime-optimisedrefinitiv-real-time-optimised
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 @dev_MDR_Refinitiv_API_tech_account

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

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS

1 Answer

· Write an Answer
Upvote
Accepted
24.6k 54 17 14

Hello @dev_MDR_Refinitiv_API_tech_account

Thank you for contacting us. There is the OmmConsumer' Channel information available for the application. You can find the example code in the following examples:

  • EMA Java: ex170_MP_ChannelInfo
  • EMA C++: Cons 170

Example result

channel information (consumer):
    hostname: eu-central-1-aws-3-sm.optimized-pricing-api.refinitiv.net
    IP address: not available for OmmConsumer connections
    port: 14002
    connected component info: ads3.5.4.E1.linux.rrg 64-bit
    channel state: active
    connection type: encrypted
    protocol type: Refinitiv wire format
    encrypted connection type: -1
    major version: 14
    minor version: 1
    ping timeout: 30
    max fragmentation size: 0
    max output buffers: 0
    guaranteed output buffers: 0
    number input buffers: 0
    system send buffer size: 0
    system receive buffer size: 0
    compression type: none
    compression threshold: 0

Hope this helps.

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.

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.