Model Processing Time Verification for Offline vs Online Model Loading
Data models can be loaded for TIBCO Offer and Price Engine using either offline or online loading.
In the offline model loading process, generated models are copied to a file system and the model XML files are moved either to the
success
or
failure
folders depending on the outcome of the model processing.
In the online model loading process, models are first posted on TIBCO EMS queues, and TIBCO Offer and Price Engine reads models from those EMS queues.
In the offline model loading process, the outcome of the model processing can be verified by looking at the
success
or
failure
folders. As a result, production tasks such as calculating model processing time can be completed without any additional changes. For online model loading, custom code has to be written based on the correlation ID to identify the model processing rate.