question

Upvotes
Accepted
1 0 2 3

what does this message mean processOpenStreamForRefresh

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

WARNING: com.reuters.rfa.session.test.rmds

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

treprfarfa-apijavathrottling
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 MM,

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

Upvotes
Accepted
9.6k 10 7 7

Hello @MM

Pause and Resume feature helps to reduce the volume of data flowing across the network for items that are already streaming to the consumer application. You can pause item(data) streams e.g. when the data is not displayed for now. Then, resume the item streams when you want to display data again without close and open the streams.

Optimized Pause and Resume extends the existing Pause and Resume domain support to any domain (Refinitiv domain and customer defined domain).

For more details of this features, please refer to 3.2.7 Pause/Resume and 13.4 Pause and Resume in RFA Java Developer Guides.

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.

Upvotes
9.6k 10 7 7

Hello @MM

The warning messages indicate that the server that the application connects to does not support Optimized Pause/Resume feature. Hence, RFA prints these warning messages after it receives this information from the server. If your application sends Optimized Pause/Resume requests, they will be converted to individual item Pause/Resume requests before sending to the server.

If you do not want to use Optimized Pause/Resume feature. You can ignore the warning messages because your application still work properly. Otherwise, you should contact the support team of the server to enable this feature.

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.