Class RabbitConsumerOptions
Inheritance
System.Object
RabbitConsumerOptions
Assembly: Steeltoe.Stream.Binder.RabbitMQ.dll
Syntax
public class RabbitConsumerOptions : RabbitCommonOptions
Constructors
|
Edit this page
View Source
RabbitConsumerOptions()
Declaration
public RabbitConsumerOptions()
Properties
|
Edit this page
View Source
AcknowledgeMode
Declaration
public AcknowledgeMode? AcknowledgeMode { get; set; }
Property Value
|
Edit this page
View Source
AnonymousGroupPrefix
Declaration
public string AnonymousGroupPrefix { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
BatchSize
Declaration
public int? BatchSize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
ConsumerTagPrefix
Declaration
public string ConsumerTagPrefix { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ContainerType
Declaration
public ContainerType? ContainerType { get; set; }
Property Value
|
Edit this page
View Source
DurableSubscription
Declaration
public bool? DurableSubscription { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
Exclusive
Declaration
public bool? Exclusive { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
FailedDeclarationRetryInterval
Declaration
public long? FailedDeclarationRetryInterval { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
|
Edit this page
View Source
FrameMaxHeadroom
Declaration
public int? FrameMaxHeadroom { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
Declaration
public List<string> HeaderPatterns { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Edit this page
View Source
IsEnableBatching
Declaration
public bool? IsEnableBatching { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
MaxConcurrency
Declaration
public int? MaxConcurrency { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
MissingQueuesFatal
Declaration
public bool? MissingQueuesFatal { get; set; }
Property Value
Type |
Description |
System.Nullable<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
QueueDeclarationRetries
Declaration
public int? QueueDeclarationRetries { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
RecoveryInterval
Declaration
public int? RecoveryInterval { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
RepublishDeliveryMode
Declaration
public MessageDeliveryMode? RepublishDeliveryMode { get; set; }
Property Value
|
Edit this page
View Source
RepublishToDlq
Declaration
public bool? RepublishToDlq { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
RequeueRejected
Declaration
public bool? RequeueRejected { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
Transacted
Declaration
public bool? Transacted { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|