What does the following warning messages mean and what should the application do?

Akechi Sato
Akechi Sato Explorer

com.reuters.rfa.internal.session.omm.OMMInteractiveLoginStatusProvider processOpenStreamForRefresh

WARNING: com.reuters.rfa.session.myNamespace.consSession

Connection myNamespace::consConnection does not support optimized Pause/Resume. Optimized Pause/Resume requests will be converted to individual item Pause/Resume requests for this connection.

com.reuters.rfa.internal.session.omm.OMMInteractiveLoginStatusProvider processOpenStreamForRefresh

INFO: com.reuters.rfa.session.myNamespace.consSession

Connection myNamespace::consConnection does not support advanced symbol list. RFA will open data streams on behalf of client data stream request.

Tagged:

Best Answer

  • Steven McCoy
    Answer ✓

    There is functionality within the RFA that can be implemented as part of the TREP or Elektron infrastructure or within the client itself. The notifications are to indicate that the infrastructure is not supporting such features so they are enabled in the API instead. Enabling in the API can mean additional CPU overheads when processing large number of instruments.

    Advanced Symbol Lists support a feature whereby you can tell the provider to also send all constituents of the list as well as the list meta-data itself. This saves on the round trip times on the list meta-data and having to subscribe to each instrument separately.

Answers