Hi,
We are developing an application using Refinitiv EMA java api that subscribes for real time data for list of RICs. We would like to do performance testing of this app. We have a requirement that we need to test with update rate at least with some 3x times of actual live updates rate.
I'm wondering about various options for having a simulator on the ADS side. Which of the below is possible and a better solution.
- Create a TEST service on the ADS/ADH and use a NiProducer (from ex100_MP_Streaming) to send updates at what ever rate I want. My application consumes data from this TEST service.
- Any way to create a ADS simulator that I can run on my local. My application can connect to this simulator for data.
- Any better way of doing this ?
Please advise
Thanks in advance.
Mani