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.TransportAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic static int? MaxMessagesPerTransmit { get; set; }
Public Shared Property MaxMessagesPerTransmit As Integer?
Get
Set
Property Value
NullableInt32
See Also