RFA API Message Capture

Hello, I am trying to capture event messages coming from the RMDS using the RFA API in C++. Our end goal is to relay the event messages in their original data format. How can I do this?

Best Answer

  • Jirapongse
    Answer ✓

    @avoora

    Please check the answer on this dicussion.

    Otherwise, you can use the rfa::message::RespMsg::clone() method to make its own copy for later processing the message outside the application callback method.

Answers