Java Client: Channel Publisher

This example publishes events onto a Universal Messaging Channel.

Usage

npubchan <channel name> [count] [size] 

<Required Arguments> 

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

[Optional Arguments] 

[count] -The number of events to publish (default: 10)
[size] - The size (bytes) of the event to publish (default: 100)


Note: -? provides help on environment variables

Application Source Code

Click here for a code example