Universal Messaging 9.10 | Universal Messaging Developer Guide | Enterprise APIs | Enterprise Developer's Guide for C# | Examples | Publish / Subscribe using Datastreams and Datagroups | DataGroup Publishing with Conflation
 
DataGroup Publishing with Conflation
This example shows how to publish to DataGroups, with optional conflation.
Usage

DataGroupPublish <rname> <group name> <conflate> [count] [size]
[conflation merge or drop] [conflation interval]


<Required Arguments>

<rname> - the rname of the server to connect to
<group name> - Data group name parameter to publish to
<conflate> - enable conflation true or false

[Optional Arguments]

[count] -The number of events to publish (default: 10)
[size] - The size (bytes) of the event to publish (default: 100)
[conflation merge or drop] - merge to enable merge or drop to enable drop
(default: merge)
[conflation interval] - the interval for conflation to publish(default: 500
Application Source Code
Click here for a code example

Copyright © 2013-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.