Hi, I want to do resiliency test, how to reproduce this?

Lalit
Lalit Newcomer
edited 5:33AM in RFA

How to get this message on omm consumer

"DEBUG 2025-08-20 10:08:54.291 u.c.i.o.p.t.TrepPriceStreamSource pool-30-thread-1- trace_id=" span_id=" Received [StatusMsgImpl] message for [hostname: xconprices.ads1.test.iggroup.localIP address: not available for OmniConsumer connectionsport: 14032connected component info: ads:3.0.1 linux:xng 64-bitchannel state: activecconnection type: socketprotocol type: Refinitiv wire formatmajor version: 1;minor version: 1;ping timeout: 10;max fragmentation size: 6142;max output buffers: 5000;guaranteed output buffers: 5000;number input buffers: 100;system send buffer size: 65535;system receive buffer size: 65535;compression type: none;compression threshold: 0;security protocol: None}. StatusMsg streamId="5"domain="MarketPrice Domain"state="Closed / Suspect / None / "Item removed from instrument list""name="CS.D.CADJPY.CZDJP"nameType="1"serviceId="9001"serviceName="PRICES_TEST_T1"StatusMsgEnd"

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Lalit

    Thank you for reaching out to us.

    Based on the service name 'PRICES_TEST_T1', it appears to be an internal or test service likely published from an in-house provider application.

    To publish this message, you can develop your own provider application with RFA. You can refer to the StarterProvider_Interactive example in the RFA Java package.

    Otherwise, you can also use the EMA Java to publish this message. You can refer to the IProvider example.