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
 
Publish / Subscribe using Data Streams and Data Groups
 
C++ Client: DataStream Listener
C++ Client: DataGroup Publishing with Conflation
C++ Client: DataGroup Manager
C++ Client: Delete DataGroup
C++ Client: DataGroup Delta Delivery
C++ Client: DataStream Listener
This example shows how to initialise a session with a DataStream listener and start receiving data.
Usage
DataStreamListener <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