About Asynchronous Data Loads

An asynchronous data load pattern is required when:

  • The data for a job consists of multiple parts, which should be aggregated before the process can start. Eagle has mechanisms allowing these parts to arrive out of order.
  • There is a possibility that control message can arrive before all data parts are available for processing.

This setup feature is especially useful when the messaging queue is used to pass data from the client's ESB.