Java Client: Event Delta Delivery

This example shows how to publish and receive registered events.

Usage

RegisteredEvent <rname> <channel name> [count] [size] 

<Required Arguments> 

<rname> - the custom URL to access the realm. Example: nhp://localhost:9000
<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