question

Upvotes
Accepted
5 0 1 3

username in EmaConfig

Can OmmConsumerConfig::username be specified in a EmaConfig.xml (perhaps in Consumer section)?

elektronrefinitiv-realtimeelektron-sdkrrtema-apielektron-message-apiauthentication
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvote
Accepted
23k 22 9 14

Hi @devtrep,

No, username cannot be passed from XML config file.

It is usually set from code:

consumer  = EmaFactory.createOmmConsumer(config.host("INFRA_HOST:14002").username("MY_USER"));

and can be optionally passed to the application as one of the command line arguments,

or by default, it's extracted from the environment.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea