C++ Client: Synchronous Channel Consumer
This example shows how to synchronously consume events from a Universal Messaging Channel. See also:
Asynchronous SubscriptionUsage
channeliterator <rname> <channel name> [start eid] [debug] [count] [selector]
<Required Arguments>
<rname> - the custom URL to access the realm. Example: nhp://localhost:9000
<channel name> - Channel name parameter for the channel to subscribe to
[Optional Arguments]
[start eid] - The Event ID to start subscribing from
[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
[selector] - The event filter string to use
Application Source Code