Hi,
TREP 2, RFA 7.6.0
We create OMMMsg ric subscription configured like below. Everything is fine but after some time – few hours, we stop getting ticks on some random rics. Finally we endup with dead constant values. We do not get any error, or anything significant in logs. Relogon, and everything is back to live.
Is it infrastructure config(some limit on subscription time???) or client?
Is there anything like “ping” to confirm that subsribtion Is alive when waiting for tics?
---------------------------------------------------------------------------
ommmsg.setMsgType(MsgType.REQUEST);
ommmsg.setMsgModelTypeRDMMsgTypes.MARKET_PRICE);
ommmsg.setIndicationFlags(OMMMsg.Indication.REFRESH | OMMMsg.Indication.ATTRIB_INFO_IN_UPDATES);
ommmsg.setPriority((byte) 1, 1);
ommmsg.setAttribInfo(source, ric, RDMInstrument.NameType.RIC);