Message truncation

Use this property to specify whether truncation is performed on messages with source message payloads that are larger than the column size for that payload.

Truncation applies only to message payload columns. Other columns are represented as data elements in the schema. These other, non-payload columns must be the correct type and size. Otherwise, the connector determines that the schema contains errors.

If you set Message truncation to Yes, the message payload is truncated to the requested column size in characters for text or bytes for binary.

If you set Message truncation to No and the message payload in the received message is larger than the payload column in the schema, the connector produces as many records for this message as are required to transfer the entire message payload.

In the request and reply scenario, truncation is applied to the reply message payload.

The default value is Yes.