Runtime configuration procedures > Managing Processes > Multi-channel delivery > Multi-channel delivery example

Multi-channel delivery example
In this example, the Process delivers the same output via three output connectors (Out_1, Out_2 and Out_3).
Click to enlarge
Figure 59
The script
The following script is added before Process:
$channel[0]="Out_1";
$channel[1]="Out_2";
$channel[2]="Out_3";
Click to enlarge
Figure 60
Connector selection
A script alias is used to select the three connectors. The selection variable is the array variable $channel[*].
Click to enlarge
Figure 61
OpenText StreamServe 5.6 Updated: 2013-03-01