The Data Exchange Server can forward documents passed to the file, JMS, or Managed File Transfer endpoints as documents or document references. In the configuration file, set the passDataByReference property to indicate how to forward the documents received in the endpoints.
You can set the passDataByReference property to one of the following values:
True.
If the endpoint receives a document, the Data Exchange Server converts the document to a document reference and forwards the document reference. If the endpoint gets a document reference, the Data Exchange Server forwards the document reference unchanged.
False.
If the endpoint receives a document, the Data Exchange Server forwards the document unchanged. If the endpoint gets a document reference, the Data Exchange Server converts the document reference to a document and forwards the document.
Passthrough_as_is.
The Data Exchange Server forwards the documents or document references in the endpoints unchanged. This value is valid for JMS endpoints only.