Click or drag to resize

AmqpCFXEndpointMaxMessagesPerTransmit Property

When applicable, the endpoint will attempt to publish multiple messages in one AMQP transaction. This is done to maximize effeciency. This property sets the maximum number of messages that may be grouped together in a single AMQP message. The default value is 30 messages.

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public static int? MaxMessagesPerTransmit { get; set; }

Property Value

NullableInt32
See Also