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: 1.7.3
Syntax
public static int? MaxMessagesPerTransmit { get; set; }

Property Value

NullableInt32
See Also