Skip to content

ASTM Max Frame Size

Key: qie.astmMaxFrameSize

Env Var: QIE_ASTMMAXFRAMESIZE

Default: 240

Scope: Global

Description: Sets the max ASTM frame size, counted in bytes of the message's encoding including the record terminator. The specification dictates 240 bytes, but this option will allow a user specified length. The same limit is the record length at which auto-addendum breaks a long record into A segments, so this option changes the records written by every ASTM destination, not only socket senders. Records are measured in bytes but only ever broken between characters, so a multi-byte character is never split across segments.

Examples

Env Var

QIE_ASTMMAXFRAMESIZE=340

Java Option

-Dqie.astmMaxFrameSize=340

YAML

QIE_ASTMMAXFRAMESIZE: 340