Order Request Optimization

The Router sends the order request to the Orchestrator with the payload. If the Orchestrator is throttled to not pick more messages from the router, the message size grows with the load. Enterprise Message Service Backing store grows when you have huge payload in the order request. User can enable a flag so the payload is truncated from the message. The message contains only the order id in JMS Properties. The node that picks up this message sends query the database to get the corresponding payload, which needs to be processed.

<ConfValue description="Flag to control whether Orchestrator must receive only the reference or complete xml payload in the submit order request message from omsServer" isHotDeployable="true" name="Receive OrderRequest by Reference" propname="com.tibco.fom.orch.receiveOrderRequestByReference" readonly="false" sinceVersion="2.1" visibility="Basic">
   <ConfBool default="true" value="true" />
</ConfValue>