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:

  1. A file is selected for processing in accordance with the file input parameters.
  2. 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.
  3. 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.
  4. If No routing is selected, the record is written to the default message queue.
  5. 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.
  6. 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.
  7. The flow ends successfully and the file is moved to the archive subdirectory.
Back to the Record Distribution to WebSphere MQ: one-way pattern specification