Click the Code tab at the bottom of the
design workspace to have a look at the generated code.
As shown in the code, a message Route is built from
"Starter_cTimer_1"
, set the message body "to cSEDA"
by "cSetBody_1"
, and sent to cSEDA_2
, which is
mapped to "SEDA_consumer_cSEDA_1"
. The message is
then sent to cVM_2
, cDirect_2
sequentially which is mapped to its corresponding consumer
with a new message body. On the consumer side, the message body from
each consumer is logged by the corresponding
monitor.