Class RabbitOptions.DirectContainerOptions
public class RabbitOptions.DirectContainerOptions
- Inheritance
-
RabbitOptions.DirectContainerOptions
- Inherited Members
Properties
AcknowledgeMode
public AcknowledgeMode? AcknowledgeMode { get; set; }
Property Value
AutoStartup
public bool AutoStartup { get; set; }
Property Value
ConsumersPerQueue
public int? ConsumersPerQueue { get; set; }
Property Value
- int?
DefaultRequeueRejected
public bool DefaultRequeueRejected { get; set; }
Property Value
IdleEventInterval
public TimeSpan? IdleEventInterval { get; set; }
Property Value
MissingQueuesFatal
public bool MissingQueuesFatal { get; set; }
Property Value
PossibleAuthenticationFailureFatal
public bool PossibleAuthenticationFailureFatal { get; set; }
Property Value
Prefetch
public int? Prefetch { get; set; }
Property Value
- int?
Retry
public RabbitOptions.ListenerRetryOptions Retry { get; set; }