I am using EMA 3.8.0.0. I am trying to pause my consumer for individual RIC's in a batch request but still I receive all prices.
I am using Docker simulator environment in my local to simulate prices to consume.
public void onUpdateMsg(UpdateMsg updateMsg, OmmConsumerEvent event) {
consumer.reissue(EmaFactory.createReqMsg().domainType(EmaRdm.MMT_MARKET_PRICE)
.initialImage(false).pause(true).name(updateMsg.name()), event.handle());
}