This is archived documentation for an older version of Nirvana (v2.0). Please refer to documentation for the latest version if required.

Create a Nirvana channel join.

This example (makeChannelJoin.Java) joins a Nirvana channel to another one. For more information on please see the Nirvana channelJoins FAQ.

Java -DRNAME=someRNAME -DCHANNAME=localChanName -DRCHANNAME=remoteChanName --DSELECTOR=selectorString -DJHOPS=maxNumJoinHops com.pcbsys.Nirvana.apps.makeChannelJoin

where :

RNAME is the realm name of the Nirvana server. (e.g. nsp://localhost:9000 ).
CHANNAME is the name of the local channel.
RCHANNAME is the remote channel. This will be joined to the local channel
SELECTOR is the optional selector string to enforce a filter on this join
JHOPS is the max hop count for this join. For more information on please see the channelJoins FAQ.