Java Client: Create a Channel Join
This is a class that demonstrates how to create a channel join.
Usage
nmakechanjoin <source channel name> <destination channel name>
[max hops] [selector]
<Required Arguments>
<source channel name> - Channel name parameter of the local channel name
to join
<destination channel name> - Channel name parameter of the remote channel name
to join
[Optional Arguments]
[max hops] - The maximum number of join hops a message can travel through
[selector] - The event filter string to use on messages travelling through
this join
[Allow Purge] - If allow purge is true then when the source channel is purged
events will also be purged
[archive] - true/false, defaults to false, set if you wish to perform an
archive join to a queue
Note: -? provides help on environment variables
Application Source Code