Hi All,
I have data dictionary xml in my EmaConfig.xml as below.
In the EmaConfig.xml
<Dictionary>
<Name value="Dictionary_2"/>
<DictionaryType value="DictionaryType::FileDictionary"/>
<RdmFieldDictionaryFileName value="./etc/RDMFieldDictionary"/>
<EnumTypeDefFileName value="./etc/enumtype.def"/>
</Dictionary>
I'm having trouble finding a sample on how to read the above config using EMA Java API.
I have the below to read consumer config from EmaConfig.xml
OmmConsumerConfig config = EmaFactory.createOmmConsumerConfig().consumerName("Consumer_1").username("userid");
I'm looking something similar above to read the data dictionary config.
Please provide some pointers.
Thanks in advance.
Mani