State of EMA Java ?

We are considering moving from RFA to EMA but fail to locate any throttling in EMA, which is important to us.

Any plans to add this?



Is EMA SDK 1.0.x as stable as RFAJ 8.0.x ?

It's just that getting a NPE in Reactor.sendChannelEventCallback() :

...

int retval = reactorChannel.role().channelEventCallback().reactorChannelEventCallback(reactorChannelEvent);

...

is a bit disturbing.

Best Answer

  • greg.lee
    greg.lee LSEG
    Answer ✓

    With regards to the throttling question, EMA utilizes the open window of the service. EMA has a configuration option name ObeyOpenWindow. When this is set to to true, EMA will utilize the open window size specfied for that service (from the source directory response message). When this is set to false, EMA does not utilize any open window and no throttling occurs.

Answers