EMA C++ Developers Guide : 2 Product Overview : 2.2 Product Documentation and Learning the Enterprise Message API : 2.2.1 Consumer Examples
 
2.2.1 Consumer Examples
The complexity of a consumer example is reflected in its series number as follows:
100-series examples simply open an item and print its received content to the screen (using the Data::toString() method). Applications in this series illustrate Enterprise Message API support for stringification, containers, and primitives. Though useful for learning, debugging, and writing display applications, stringification by itself is not sufficient to develop more sophisticated applications.
The 200-series examples illustrate how to extract information from OMM containers and messages in native data formats, (e.g., UInt64, EmaString, and EmaBuffer).
The 300- and 400- series examples depict usage of particular Enterprise Message API features such as posting, generic message, programmatic configuration, and etc.