Enabling and Disabling Posting Models on EMS topics
The functionality of posting models on TIBCO EMS can be enabled or disabled using the configuration parameter "Post Models on EMS for AOPD and OPE Disabled" (com.tibco.af.oms.model.ems.post.disabled) in the ConfigValues_OMS file.
When the server cache information is read by AOPD and OPE, they do not need to process model XMLs again, therefore model XMLs are not required to be posted on the TIBCO EMS topic when the cache persistence is enabled.
<ConfValue description="Post Models on EMS for AOPD and OPE Disabled" name="Post Models on EMS for AOPD and OPE Disabled" propname="com.tibco.af.oms.model.ems.post.disabled" sinceVersion="3.0" visibility="Basic"> <ConfString default="true" value="true"/> </ConfValue>
The value for this flag can either be TRUE or FALSE. The default value for this flag is TRUE. Set the Post Models on EMS Topic for AOPD and OPE Disabled parameter to FALSE if you want XML models posted on the TIBCO EMS topic, which is an existing functionality before TIBCO Fulfillment Order Management version 3.0.2. Set the Post Models on EMS Topic for AOPD and OPE Disabled parameter to TRUE if you do not want XML models posted on the TIBCO EMS topic to save model processing time.