AmqpCFXEndpointMaxFrameSize Property |
Used by the AMQP protocol to establish the maximum number of bytes to transmit per "frame" (aka "chunk").
Larger messages may be broken down into multiple frames if their size exceeds the max frame size.
The default size is 500,000 bytes.
Namespace: CFX.TransportAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic static int? MaxFrameSize { get; set; }Public Shared Property MaxFrameSize As Integer?
Get
Set
Property Value
NullableInt32
See Also