EMA C++ - How to implement a provider accepting post requests

Hi,

I'm trying to implement a provider receiving post requests from a consumer.

Even though I see the post messages going out from the consumer, the provider is not notified on the onPostMsg(...) method of the OmmProviderClient instance.

This question is related to another question reporting the same issue.

In the provider ema logs, I can see the message "Post message is not support for this release".

I'm using EMA C++ 1.3.0.L1.

What are the plans to support post messages on provider side? Also, as workaround, how could I test my consumer in the meantime?

Thanks

Best Regards,

Paolo

Best Answer

  • Hi @Paolo Parlapiano,

    I have verified the latest version of ESDK, 1.3.1.L1 and still found the same code logging the "Post message is not support for this release". You can post the feedback directly on Github for the plan.

    As workaround, you may use ETA VAProvider example in the same package to test your consumer. The example support posting from consumer application.

Answers