Universal Messaging 10.1 | Developer Guide | Enterprise APIs | Enterprise Developer's Guide for C++ | Code Examples for C++ | Publish / Subscribe using Channel Topics | C++ Client: Event Delta Delivery
 
C++ Client: Event Delta Delivery
This example shows how to publish and receive registered events.
Usage
RegisteredEvent <rname> <channel name> [count]


<Required Arguments>


<rname> - Rname of the server to connect to

<channel name> - Channel name parameter for the channel to publish to


[Optional Arguments]


[count] -The number of events to publish (default: 10)
Application Source Code
Click here for a code example