This figure represents two channels with a master and slave program interaction. In both channels, the slave program receives a message and enqueues it to the appropriate message queue. The master program takes the dequeued message and sends it to the appropriate network. Note that the slave programs can enqueue messages through different channels, but the master program is only able to dequeue messages in its own channel.