Hi,
We are currently in the
test phase of consuming data in the News Text Analytics domain.
And we consume two
contents, MRN_STORY and MRN_TRNA.
Currently we have two
services receiving each content separately and then joining them afterwards.
1
consumer.registerClient(EmaFactory.createReqMsg().domainType(EmaRdm.MMT_NEWS_TEXT_ANALYTICS).serviceName("ELEKTRON_DD").name("MRN_STORY"), eventHandler);
2
consumer.registerClient(EmaFactory.createReqMsg().domainType(EmaRdm.MMT_NEWS_TEXT_ANALYTICS).serviceName("ELEKTRON_DD").name("MRN_TRNA"), eventHandler);
Is there a possibility to
consume both together in one consumer-client, which makes joining easier?