New posts are disabled while we improve the user experience.

You can browse the site, or for urgent issues, raise a query at MyAccount.

question

Upvotes
20 0 0 4

Monitoring multiple subscriptions, sessions - RDP .NET

Hi,

We're using the Refinitiv Data library in a way similar to this example to create a subscription to SQS and poll news from the queue.

Could you please let us know if there is a way to monitor created subscriptions or sessions across different machine IDs?

There is a queue manager, but it only has access to subscriptions and sessions created via one login. Can you advise?

Thanks,

Łukasz

#technologyc#rdplseg-data-library
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.

Upvote
312 4 2 3

Hello @lukasz.druczak

The definitions of the library are designed to function in the context of an open session - it is by design.

This implies that a queue manager allows you to create queues within the scope of a single open session. Based on the information available, it currently does not support creating and monitoring queues or subscribers across multiple open sessions. The reason for this is that any data request has to be done by an authenticated and authorized user. Authentication happens at the session level.

I have added @nick.zincone to double check your query as well.

Best regards,

Baciu Wahl Cristian

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
20 0 0 4

Hi @cristian.baciuwahl , thanks for your answer.

I understand. Just wondering if there is any other way to monitor all available machine IDs from one account? Or are they all separate entities / users not belonging to any parent account?

Best,

Łukasz

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.

"Or are they all separate entities / users not belonging to any parent account?""

- From my knowledge, all accounts are independent. I am not aware of the existence of any parent/master accounts that could encompass/manage multiple identities.

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.