Universal Messaging 10.3 | Developer Guide | Enterprise APIs | Enterprise Developer's Guide for C# | Examples | Publish / Subscribe using Data Streams and Data Groups
 
Publish / Subscribe using Data Streams and Data Groups
 
DataStream Listener
DataGroup Publishing with Conflation
DataGroup Manager
Delete DataGroup
DataGroup Delta Delivery
DataStream Listener
This example shows how to initialise a session with a DataStream listener and start receiving data.
Usage
DataGroupListener <rname> [debug] [count]


<Required Arguments>

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

[Optional Arguments]

[debug] - The level of output from each event, 0 - none, 1 - summary, 2 - EIDs, 3 - All
[count] - The number of events to wait before printing out summary information
Application Source Code
Click here for a code example