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.

1 Answer

· Write an Answer
Upvote
Accepted
25.1k 57 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.