Multiple instances of ThomsonReuters.RFA.Common.Client in an application

Hi,

I was wondering if it's possible to have multiple (possibly many) instances of ThomsonReuters.RFA.Common.Client in an application (which means several EventQueues, AuthorizationSystem and AuthorizationAgent, all of them talking to the same DACs daemon), or if it's required or advised to have only one.

Thank you very much!

Tagged:

Best Answer

  • Gurpreet
    Gurpreet admin
    Answer ✓

    @fernando.garciazapata An application can have multiple instances of Client, and/or EventQueues. The use case depends on the application architecture, though in most cases it is advisable to have one instance, since it is easier to develop and debug.

    It is also possible to have multiple Clients for a single EventQueue. Multiple queues can be grouped and dispatched together as well. I would recommend keeping it simple.