question

Upvotes
Accepted
7 3 4 6

how to enable message tracing in EMA C++?

message tracking

elektronrefinitiv-realtimeelektron-sdkema-apirrtelektron-message-apierror
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
7.6k 15 6 9

@nishikarale

To turn on XML Trace file in EMA Consumer, you need to add parameter XmlTraceToFile value=“1” to EmaConfig.xml as below sample. Default file name is EmaTrace_ You can find all parameters support by Consumer from Ema Configuration Guide section unser section 3.1.4 Consumer Entry Parameters

<ConsumerList>
	<Consumer>
		<Name value="Consumer_1"/>
		<Channel value="Channel_1"/>
		<Logger value="Logger_1"/>
		<Dictionary value="Dictionary_1"/>
		<XmlTraceToFile value="1"/>
	</Consumer>
</ConsumerList>
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.