Universal Messaging 10.3 | Developer Guide | Enterprise APIs | Enterprise Developer's Guide for C++ | Code Examples for C++ | Publish / Subscribe using Data Streams and Data Groups | C++ Client: DataGroup Publishing with Conflation
 
C++ Client: DataGroup Publishing with Conflation
This example shows how to publish to DataGroups, with optional conflation.
Usage
DataGroupPublish <rname> <group name> [count] [size]


<Required Arguments>


<rname> - the custom URL to access the realm. Example: nhp://localhost:9000

<group name> - Data group name parameter to publish to


[Optional Arguments]


[count] -The number of events to publish (default: 10)

[size] - The size (bytes) of the event to publish (default: 100)
Application Source Code
Click here for a code example