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 will grow with the load. EMS Backing store will grow 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 will query the database to get the corresponding payload, that needs to be processed.

<ConfValue description="Flag to control whether Orchestrator should 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>