Hi All,
In my Consumer sample code the ADS service name IDN_RDF is specified as below.
ReqMsg reqMsg = EmaFactory.createReqMsg().serviceName("IDN_RDF").payload(batch);
We have more than one service on the ADS server say DTS and IDB_RDF. We have a list RICs that we get updates from either of two services.
How can I specify both services in my code ? Or should I have a separate thread of each of the service ?
Thanks in advance.
Mani