hello:
there are two machine "A"&"B" to trans data from THOMSON REUTERS;
I develop the consumer APP with EMA(c++);
now I connect to A with codes as follows:
"OmmConsumer consumer( OmmConsumerConfig().host( "140.143.1.214:14002" ).username( "user1" ) );"
so my question is how can I connect to another machine B at the same time.