iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Older Versions of Iguana > Configuring Channels > Configuring the Destination Components > To Message Filter |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
In order to configure the To Message Filter destination component described in the Channel Destination Components section of the manual, you must define the following properties:
The Database API, Data Source, Database Username and Database Password define where the inbound data and the error message logs will be stored. The data source specified by these fields defines the location of the status table that processes the outbound message filters. This status table is given a name consisting of the name of the channel and the suffix _status. For example, if the channel is named test, the status table is named test_status. In this status table, one column is defined for each outbound message filter. The column for the first message filter is named s1, the column for the second filter is named s2, and so on. One row of the table is defined for each message sent through this channel; the columns indicate the status of the message for that particular message filter. For example, here is a status table for a channel in which four outbound message filters have been defined: Here are the messages that can appear in a status table:
When a new message is sent through the channel, a new row of the status table is created, and each column in this row is set to W. This tells Iguana that the new message is ready to be processed. When the message is processed, the result for each message filter is updated in the column for that filter. |