RMDS Subscription Issue

Hi We currently have a process which subscriber to ric based on user request. Request goes as below
Step 1 : User request for RIC : ABC FID : 1 -> Process would place a view requesting for RIC and FID 1 in response
Step 2 : User request for RIC : ABC FID : 2 -> Process would place a view requesting for RIC and FID 1 and 2 in response
Step 3 : User is not actively looking at the RIC : ABC anymore. Our process would deregister the subscription as there is no active interest.
Step 4 :User at later point expresses interest to look at RIC : ABC. We would then create a new Subscription requesting for FID 1, followed by FID 1 and 2.
We observed when we resubscribe for the ric in step 4, we dont get responses certain time.
Below is how we frame the request in both the cases
private static Triple<OMMPool, OMMEncoder ,OMMMsg> buildRecordSubMsg(RmdsRecordKey recordKey, Set<RField> keys) {
OMMEncoder encoder = subscriptionPool.acquireEncoder();
OMMMsg ricSubMsg = subscriptionPool.acquireMsg();
ricSubMsg.setMsgType(OMMMsg.MsgType.REQUEST);
ricSubMsg.setMsgModelType(RDMMsgTypes.MARKET_PRICE);
ricSubMsg.setPriority((byte) 1, 1);
ricSubMsg.setAttribInfo(recordKey.serviceName, recordKey.ric, RDMInstrument.NameType.RIC);
ricSubMsg = addView(ricSubMsg, keys, encoder);
return Triple.of(subscriptionPool, encoder, ricSubMsg);
}
private static OMMMsg addView(OMMMsg msg, Set<RField> keys, OMMEncoder encoder) {
return addView(msg, keys, encoder, null);
}
private static OMMMsg addView(OMMMsg msg, Set<RField> keys, OMMEncoder encoder, Integer indicationFlags) {
if (indicationFlags == null) {
msg.setIndicationFlags(OMMMsg.Indication.VIEW);
} else {
msg.setIndicationFlags(indicationFlags | OMMMsg.Indication.VIEW);
}
// @formatter:off
encoder.initialize(OMMTypes.MSG, 2000);
encoder.encodeMsgInit(msg, OMMTypes.NO_DATA, OMMTypes.ELEMENT_LIST);
encoder.encodeElementListInit(OMMElementList.HAS_STANDARD_DATA, (short) 0, (short) 0);
encoder.encodeElementEntryInit(RDMUser.View.ViewType, OMMTypes.UINT);
encoder.encodeUInt(RDMUser.View.FIELD_ID_LIST);
encoder.encodeElementEntryInit(RDMUser.View.ViewData, OMMTypes.ARRAY);
encoder.encodeArrayInit(OMMTypes.INT, 0);
Object[] rmdsKeys = keys.toArray();
for(Object key : rmdsKeys){
encoder.encodeArrayEntryInit();
encoder.encodeInt(((RField)key).id);
}
encoder.encodeAggregateComplete();
encoder.encodeAggregateComplete();
// @formatter:on
OMMMsg viewSubMsg = (OMMMsg) encoder.getEncodedObject();
return viewSubMsg;
}
Best Answer
-
Hi
There was problem with the code on our side. Managed to resolve it on my sideThanks
Prakash0
Answers
-
What is the RFA Java version that encounters the problem?
Can you replicate the issue on demand? If so, could you please enable the RFA trace file, replicate the issue and give us the RFA trace file when the problem occurs? The RFA trace file contains incoming/outgoing
messages between the API and TREP server which will let us verify this issue in detail.You
can configure the following RFA Java configurations to enable the log file- <namespace>/Connections/<Connection
Name>/ipcTraceFlags = 7 - <namespace>/
Connections/<Connection Name>/mountTrace = True - <namespace>/
Connections/<Connection Name>/logFileName=<path to log file>
Example:
<node name="rsslConnection">
<map>
<entry key="connectionType" value="RSSL"/>
<entry key="serverList" value="localhost"/>
<entry key="portNumber" value="14002"/>
<entry key="ipcTraceFlags" value="7"/>
<entry key="mountTrace " value="True"/>
<entry key="logFileName" value=".\logs\RSSL_%U.log"/>
</map>
</node>0 - <namespace>/Connections/<Connection
-
@prakash.chellappa, thanks for letting us know.
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 37 Alpha
- 167 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 707 Datastream
- 1.5K DSS
- 633 Eikon COM
- 5.3K Eikon Data APIs
- 15 Electronic Trading
- 1 Generic FIX
- 7 Local Bank Node API
- 7 Trading API
- 3K Elektron
- 1.5K EMA
- 260 ETA
- 571 WebSocket API
- 41 FX Venues
- 16 FX Market Data
- 2 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 26 Messenger Bot
- 4 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 284 Open PermID
- 47 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 25 RDMS
- 2.3K Refinitiv Data Platform
- 17 CFS Bulk File/TM3
- 907 Refinitiv Data Platform Libraries
- 5 LSEG Due Diligence
- 1 LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 126 Open DACS
- 1.1K RFA
- 108 UPA
- 197 TREP Infrastructure
- 232 TRKD
- 921 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 106 Workspace SDK
- 11 Element Framework
- 5 Grid
- 19 World-Check Data File
- 1 Yield Book Analytics
- 48 中文论坛