Hello,
I have built linux tutorial Consumer example from
Real-Time-SDK-master/Cpp-C/Ema/Examples/Training/Consumer/100_Series/100_MP_Streaming
This is from the tutorial code:
AppClient client;
OmmConsumer consumer( OmmConsumerConfig().host( "localhost:14002" ).username( "user" ) );
consumer.registerClient( ReqMsg().serviceName( "DIRECT_FEED" ).name( "IBM.N" ), client );
My Consumer comes up using supplied EmaConfig.xml.
I am getting errors: Text: Received ChannelDownReconnecting event on channel Channel_1... etc.
We have no Provider/Publisher for the serviceName DIRECT_FEED.
Where do I get the data for this example? Is there RMD serviice I can get my data from for this?
Thanks, Vlad.