question

Upvote
Accepted
129 16 25 31

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

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.

treprfarfa-api
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
Upvotes
Accepted
1.2k 23 31 44

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.

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.

Steven, thank you for the answer. I will check my TREP configuration file and license to find out why these features are not enable in the TREP infra.

@Akechi Sato also discuss with your account manager for the particular service you are receiving, some features are only implemented with Direct Feeds and not Elektron Edge.

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.