rmdstestclient max subscriptions / batch subscriptions

Hello Dev Team,

What is the maximum number of subscriptions supported in rmdstestclient ? And to subscribe for 2000+ subscriptions in a file, what are the parameters required ?

Thank you.

Best Answer

  • wasin.w
    wasin.w admin
    Answer ✓

    Hello @SMR

    The rmdstestclient is a general purpose consuming application that request item data from a source only. I have check its document and it seems cannot list the PEs from the connected source. You may contact the TREP support team to help you verify the rmdstestclient feature via https://my.refinitiv.com/ web site.

    There are the Open DACS APIs that let the application connect to the DACS server programmatically to check and verify permission. You can find the API information from the following pages:

    Please note that the OpenDACS API connects to DACS server directly, not to TREP server.

Answers

  • Hi @SMR

    rmdstestclient should be able to subscribe 1000s of items - I don't know the upper limit but I have used it for several thousand.

    for example

    rmdsTestClient -S ELEKTRON_EDGE -f myrics -h ads1 -p 8101 -ct ssl -u umer -X

    will read a list of RICS from the myrics file and request them from ads1 service ELEKTRON_EDGE using the legacy SSL/MF protocol and dump the output to the console.

    where myrics contains a single RIC on each line

    OR the following which does the same except using RSSL / OMM format

    rmdsTestClient -S ELEKTRON_EDGE -f myrics -h ads1 -p 14002 -ct rssl -u umer 

    Full documentation on the rmdstestclient parameters you can use can be found(pdf)here and web-based here


  • Hello Umer

    Thank you for the response.

    A follow up question -

    Using rmdstestclient, is there way to find out the PEs permissioned on a particular site?

    Regards

  • Hello @SMR

    The rmdstestclient is a general purpose consuming application that request item data from a source only. I have check its document and it seems cannot list the PEs from the connected source. You may contact the TREP support team to help you verify the rmdstestclient feature via https://my.refinitiv.com/ web site.

    There are the Open DACS APIs that let the application connect to the DACS server programmatically to check and verify permission. You can find the API information from the following pages:

    Please note that the OpenDACS API connects to DACS server directly, not to TREP server.

  • @WASIN, A follow up question Using rmdstestclient, is there way to find out the PDPs permissioned for a particular site?
  • Hello @Wasin, Thank you for the response. Will check with support team as necessary. Regards