The most recent content from our members.
How do we perform a right shutdown on our EMA customer ? * When we shutdown our EMA Customer process, do we need to use OmmConsumer.unregister() method on every stream handle that we have registered ? * Or the call to the method OmmConsumer.uninitialize() will release automatically all stream handles at both Customer and…
I have written the simplest code example that returns a refresh message and it gets a internal stack trace on unregister(). What's wrong in these 40 lines? OnMsgTest onMsgTest = new OnMsgTest(ommConsumer, symbol);<br /> long handle = ommConsumer.registerClient(reqMsg.serviceName(source).name(symbol), onMsgTest); and later…
For the 'handle' returned by the following statement: long handle = consumer.registerClient( EmaFactory.createReqMsg().serviceName("ELEKTRON_DD").name(itemName), appClient); What does '0' mean by EMA design? i.e., the scenario to return '0'
Hello, I just have a quick question regarding interestAfterRefresh. Our application at times may be registering many RICs with elektron at once, and it could potentially hit our elektron license cap. By using: consumer.registerClient(reqMsg.serviceName("DIRECT_FEED").name("IBM.N").interestAfterRefresh(false), appClient);…
...dUsageExceptionImpl Hi, I have this issue with consumer.unregister() in EMA C++ SDK 1.4.0L1 as well in 1.5.0.L1. The issue is that after I register a client (consumer is type OmmConsumer) using the batch mode, (thomsonreuters::ema::rdm::ENAME_BATCH_ITEM_LIST) UInt64 handle =…
This connection is dropped automatically when you finish the connection process to the Reuters? Or Unregister processing is required? ↓↓ void thomsonreuters::ema::access::OmmConsumer::unregister ( UInt64 handle ) *************************************************************************** Reutersへの接続処理が終了したら、自動的に接続は切断されますか。…
It looks like you're new here. Sign in or register to get started.