Universal Messaging 10.3 | Developer Guide | Enterprise APIs | Enterprise Developer's Guide for Java | Code Examples | Pub/Sub Data Groups | Java Client: DataGroup Publishing with Conflation
 
Java Client: DataGroup Publishing with Conflation
This example shows how to publish to DataGroups, with optional conflation.
Usage

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

<Required Arguments>

<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)
[enable multicast] - enable the data group for multicast delivery
[conflate] - enable conflation true or false
[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