Hello,
We are working with multiple LSEG services and we are using EMA to manage them all.
We create multiple connections/sessions/OmmConsumers that connect to the same order of endpoints/Channels. We connect using an access token.
We were told that when connecting, we should send the UUID as well such that the routing for the multiple connections end up at the same ADS/their backend server.
But here is the questions as we were told multiple things from multiple directions.
We are sending the UUID as "setPosition" when creating the OmmConsumerConfig, and we send it in the format of "127.0.0.1/<UUID>", where "<UUID>" is the UUID which we take from a JWT when an access token is generated, but we were also told to send the UUID in "tunnelingObjectName", directly without any extra information.
Is that necessary/correct?
If it is, is it enough to only set tunnelingObjectName and position? How exactly should they be set for both properties, so that we know they are correctly sent and parsed?
Do we also have to set other properties alongside them?
Thanks