Class RabbitProducerOptions
Inheritance
System.Object
RabbitProducerOptions
Assembly: Steeltoe.Stream.Binder.RabbitMQ.dll
Syntax
public class RabbitProducerOptions : RabbitCommonOptions
Constructors
|
Edit this page
View Source
RabbitProducerOptions()
Declaration
public RabbitProducerOptions()
Properties
|
Edit this page
View Source
BatchBufferLimit
Declaration
public int? BatchBufferLimit { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
BatchingEnabled
Declaration
public bool? BatchingEnabled { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
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
BatchTimeout
Declaration
public int? BatchTimeout { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
Compress
Declaration
public bool? Compress { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
ConfirmAckChannel
Declaration
public string ConfirmAckChannel { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DelayExpression
Declaration
public string DelayExpression { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DeliveryMode
Declaration
public MessageDeliveryMode? DeliveryMode { 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
Declaration
public List<string> HeaderPatterns { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Edit this page
View Source
RoutingKeyExpression
Declaration
public string RoutingKeyExpression { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Transacted
Declaration
public bool? Transacted { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
Declaration
public bool? UseConfirmHeader { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|