RFA (Robust Foundation API) used to provide two request throttle implementations. The first, a timer throttle, sends requests to the infrastructure at a fixed rate. The second, a count throttle, limits the maximum number of pending requests that have not yet received a refresh Both of them can be handled via configuration i.e.
\Connections\Connection_idn\throttleType = "timer"
\Connections\Connection_idn\throttleRequestsPerInterval = 100
\Connections\Connection_idn\throttleTimerInterval = 1000
\Connections\Connection_idn\throttleEnabled = true
I am wondering how we can achieve similar throttling in EMA application ?