Table of Contents

Class RabbitProducerOptions

Namespace
Steeltoe.Stream.Binder.Rabbit.Config
Assembly
Steeltoe.Stream.Binder.RabbitMQ.dll
public class RabbitProducerOptions : RabbitCommonOptions
Inheritance
RabbitProducerOptions
Inherited Members

Constructors

RabbitProducerOptions()

public RabbitProducerOptions()

Properties

BatchBufferLimit

public int? BatchBufferLimit { get; set; }

Property Value

int?

BatchSize

public int? BatchSize { get; set; }

Property Value

int?

BatchTimeout

public int? BatchTimeout { get; set; }

Property Value

int?

BatchingEnabled

public bool? BatchingEnabled { get; set; }

Property Value

bool?

Compress

public bool? Compress { get; set; }

Property Value

bool?

ConfirmAckChannel

public string ConfirmAckChannel { get; set; }

Property Value

string

DelayExpression

public string DelayExpression { get; set; }

Property Value

string

DeliveryMode

public MessageDeliveryMode? DeliveryMode { get; set; }

Property Value

MessageDeliveryMode?

DurableSubscription

public bool? DurableSubscription { get; set; }

Property Value

bool?

Exclusive

public bool? Exclusive { get; set; }

Property Value

bool?

FailedDeclarationRetryInterval

public long? FailedDeclarationRetryInterval { get; set; }

Property Value

long?

HeaderPatterns

public List<string> HeaderPatterns { get; set; }

Property Value

List<string>

RoutingKeyExpression

public string RoutingKeyExpression { get; set; }

Property Value

string

Transacted

public bool? Transacted { get; set; }

Property Value

bool?

UseConfirmHeader

public bool? UseConfirmHeader { get; set; }

Property Value

bool?