Class RabbitOptions.DirectContainerOptions
Inheritance
System.Object
RabbitOptions.DirectContainerOptions
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class DirectContainerOptions : object
Properties
|
Edit this page
View Source
AcknowledgeMode
Declaration
public AcknowledgeMode? AcknowledgeMode { get; set; }
Property Value
|
Edit this page
View Source
AutoStartup
Declaration
public bool AutoStartup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
ConsumersPerQueue
Declaration
public int? ConsumersPerQueue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
DefaultRequeueRejected
Declaration
public bool DefaultRequeueRejected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IdleEventInterval
Declaration
public TimeSpan? IdleEventInterval { get; set; }
Property Value
Type |
Description |
System.Nullable<TimeSpan> |
|
|
Edit this page
View Source
MissingQueuesFatal
Declaration
public bool MissingQueuesFatal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
PossibleAuthenticationFailureFatal
Declaration
public bool PossibleAuthenticationFailureFatal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Prefetch
Declaration
public int? Prefetch { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
Retry
Declaration
public RabbitOptions.ListenerRetryOptions Retry { get; set; }
Property Value