Table of Contents

Class RabbitOptions.DirectContainerOptions

Namespace
Steeltoe.Messaging.RabbitMQ.Config
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public class RabbitOptions.DirectContainerOptions
Inheritance
RabbitOptions.DirectContainerOptions
Inherited Members

Properties

AcknowledgeMode

public AcknowledgeMode? AcknowledgeMode { get; set; }

Property Value

AcknowledgeMode?

AutoStartup

public bool AutoStartup { get; set; }

Property Value

bool

ConsumersPerQueue

public int? ConsumersPerQueue { get; set; }

Property Value

int?

DefaultRequeueRejected

public bool DefaultRequeueRejected { get; set; }

Property Value

bool

IdleEventInterval

public TimeSpan? IdleEventInterval { get; set; }

Property Value

TimeSpan?

MissingQueuesFatal

public bool MissingQueuesFatal { get; set; }

Property Value

bool

PossibleAuthenticationFailureFatal

public bool PossibleAuthenticationFailureFatal { get; set; }

Property Value

bool

Prefetch

public int? Prefetch { get; set; }

Property Value

int?

Retry

public RabbitOptions.ListenerRetryOptions Retry { get; set; }

Property Value

RabbitOptions.ListenerRetryOptions