Model Processing Time Verification for Offline vs Online Model Loading
Data models can be loaded for TIBCO OPE 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 online model loading process, models are first posted on TIBCO EMS queues and TIBCO OPE reads models from those EMS queue.
In 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 co-relation ID to identify the model processing rate.