Universal Messaging 9.10 | Universal Messaging Developer Guide | Enterprise APIs | Enterprise Developer's Guide for Java | Code Examples | Pub/Sub Datagroups | 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

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.