Class RabbitProducerOptions
public class RabbitProducerOptions : RabbitCommonOptions
- Inheritance
-
RabbitProducerOptions
- Inherited Members
Constructors
RabbitProducerOptions()
public RabbitProducerOptions()
Properties
BatchBufferLimit
public int? BatchBufferLimit { get; set; }
Property Value
- int?
BatchSize
public int? BatchSize { get; set; }
Property Value
- int?
BatchTimeout
public int? BatchTimeout { get; set; }
Property Value
- int?
BatchingEnabled
public bool? BatchingEnabled { get; set; }
Property Value
- bool?
Compress
public bool? Compress { get; set; }
Property Value
- bool?
ConfirmAckChannel
public string ConfirmAckChannel { get; set; }
Property Value
DelayExpression
public string DelayExpression { get; set; }
Property Value
DeliveryMode
public MessageDeliveryMode? DeliveryMode { get; set; }
Property Value
DurableSubscription
public bool? DurableSubscription { get; set; }
Property Value
- bool?
Exclusive
public bool? Exclusive { get; set; }
Property Value
- bool?
FailedDeclarationRetryInterval
public long? FailedDeclarationRetryInterval { get; set; }
Property Value
- long?
HeaderPatterns
public List<string> HeaderPatterns { get; set; }
Property Value
RoutingKeyExpression
public string RoutingKeyExpression { get; set; }
Property Value
Transacted
public bool? Transacted { get; set; }
Property Value
- bool?
UseConfirmHeader
public bool? UseConfirmHeader { get; set; }
Property Value
- bool?