Hi
We noticed that we are recving far too many updates from RMDS. We subscribe for Future RIC GCJ8 FID 22
Subscription message we send to RMDS is as below
MESSAGE
Msg MsgType: MsgType.REQUEST
Msg Model MsgType: MARKET_PRICE
Indication Flags: VIEW
Hint Flags: HAS_ATTRIB_INFO | HAS_PRIORITY
Priority: 1,1
AttribInfo
ServiceName: IDN_SELECTFEED
Name: GCJ8
NameType: 1 (RIC)
Payload: 36 bytes
ELEMENT_LIST
ELEMENT_ENTRY :ViewType: 1
ELEMENT_ENTRY :ViewData:
ARRAY
ARRAY_ENTRY: 22
Responses we recd
2018-02-08 11:34:57.130 [EventQueueDispatcher-0] INFO com.test.rfa.ConsumerClient - Fields to Update {22=1315.8000000000002}
2018-02-08 11:34:59.457 [EventQueueDispatcher-0] INFO com.test.rfa.ConsumerClient - Fields to Update {22=1315.8000000000002}
2018-02-08 11:34:59.463 [EventQueueDispatcher-0] INFO com.test.rfa.ConsumerClient - Fields to Update {22=1315.8000000000002}
2018-02-08 11:34:59.464 [EventQueueDispatcher-0] INFO com.test.rfa.ConsumerClient - Fields to Update {22=1315.8000000000002}
Above logs are from the Clients callback method. You would see RMDS keeps distributing the messages even when the values on the FID did change.
Can you pls advice why it is?
Thanks