EMA C++ Performace Tools Guide : 4 Consumer Performance Tool : 4.5 Input : 4.5.1 EmaConfig.xml Examples : 4.5.1.1 Consumer Section
 
4.5.1.1 Consumer Section
When creating a consumer section, you must include the Name and Channel fields. For details on Name and Channel, refer to the Enterprise Message API Configuration Guide.
 
 
<Consumer>
    <Name value="Perf_Consumer_1"/>
    <Channel value="Perf_Channel_1"/>
    <Logger value="Logger_1"/>
    <Dictionary value="Dictionary_1"/>
    <MaxDispatchCountApiThread value="6500"/>
    <MaxDispatchCountUserThread value="6500"/>
</Consumer>
 
Example 1: Consumer Section Example