Class RabbitCommonOptions
Inheritance
System.Object
RabbitCommonOptions
Assembly: Steeltoe.Stream.Binder.RabbitMQ.dll
Syntax
public class RabbitCommonOptions : object
Fields
|
Edit this page
View Source
DEAD_LETTER_EXCHANGE
Declaration
public const string DEAD_LETTER_EXCHANGE = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
AutoBindDlq
Declaration
public bool? AutoBindDlq { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
BindingRoutingKey
Declaration
public string BindingRoutingKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
BindingRoutingKeyDelimiter
Declaration
public string BindingRoutingKeyDelimiter { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
BindQueue
Declaration
public bool? BindQueue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
DeadLetterExchange
Declaration
public string DeadLetterExchange { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DeadLetterExchangeType
Declaration
public string DeadLetterExchangeType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DeadLetterQueueName
Declaration
public string DeadLetterQueueName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DeadLetterRoutingKey
Declaration
public string DeadLetterRoutingKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DeclareDlx
Declaration
public bool? DeclareDlx { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
DeclareExchange
Declaration
public bool? DeclareExchange { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
DelayedExchange
Declaration
public bool? DelayedExchange { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
DlqBindingArguments
Declaration
public Dictionary<string, string> DlqBindingArguments { get; set; }
Property Value
Type |
Description |
Dictionary<System.String, System.String> |
|
|
Edit this page
View Source
DlqDeadLetterExchange
Declaration
public string DlqDeadLetterExchange { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DlqDeadLetterRoutingKey
Declaration
public string DlqDeadLetterRoutingKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DlqExpires
Declaration
public int? DlqExpires { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
DlqLazy
Declaration
public bool? DlqLazy { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
DlqMaxLength
Declaration
public int? DlqMaxLength { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
DlqMaxLengthBytes
Declaration
public int? DlqMaxLengthBytes { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
DlqMaxPriority
Declaration
public int? DlqMaxPriority { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
DlqOverflowBehavior
Declaration
public string DlqOverflowBehavior { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DlqQuorum
Declaration
public RabbitCommonOptions.QuorumConfig DlqQuorum { get; set; }
Property Value
|
Edit this page
View Source
DlqSingleActiveConsumer
Declaration
public bool? DlqSingleActiveConsumer { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
DlqTtl
Declaration
public int? DlqTtl { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
ExchangeAutoDelete
Declaration
public bool? ExchangeAutoDelete { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
ExchangeDurable
Declaration
public bool? ExchangeDurable { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
ExchangeType
Declaration
public string ExchangeType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Expires
Declaration
public int? Expires { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
Lazy
Declaration
public bool? Lazy { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
MaxLength
Declaration
public int? MaxLength { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
MaxLengthBytes
Declaration
public int? MaxLengthBytes { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
MaxPriority
Declaration
public int? MaxPriority { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
OverflowBehavior
Declaration
public string OverflowBehavior { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Prefix
Declaration
public string Prefix { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
QueueBindingArguments
Declaration
public Dictionary<string, string> QueueBindingArguments { get; set; }
Property Value
Type |
Description |
Dictionary<System.String, System.String> |
|
|
Edit this page
View Source
QueueNameGroupOnly
Declaration
public bool? QueueNameGroupOnly { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
Quorum
Declaration
public RabbitCommonOptions.QuorumConfig Quorum { get; set; }
Property Value
|
Edit this page
View Source
SingleActiveConsumer
Declaration
public bool? SingleActiveConsumer { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
Ttl
Declaration
public int? Ttl { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|