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

Answers

  • 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

  • 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

  • "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.