Record distributor flow for the
Record Distribution to WebSphere MQ: one-way pattern
Details about the Record distributor flow for the
Record Distribution to WebSphere MQ: one-way pattern.
The flow performs the following actions:
- A file is selected for processing in accordance with the file input parameters.
- Records are read from the file in accordance with the record detection parameters.
Each record is processed within a transaction.
If validation is specified, the record is validated against a message set.
- The Route subflow is called to determine the correct WebSphere MQ destination
and the record is written to the correct target queue.
When a record is written to a queue, by default it is in the same format as it was read from the file.
If required, you can transform the record to another format by customizing the Record Processor flow.
- If No routing is selected,
the record is written to the default message queue.
- If errors occur, for example failure to read a record or to write a record to a queue,
an error message is written and the flow is backed out.
The file is written to the backout directory.
- When all the data is processed, the Log subflow is called to record completion.
If any records have been written to the default message queue, this action is noted.
- The flow ends successfully and the file is moved to the archive subdirectory.