Table of Contents

Class RabbitOptions.TemplateOptions

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

Properties

DefaultReceiveQueue

public string DefaultReceiveQueue { get; set; }

Property Value

string

Exchange

public string Exchange { get; set; }

Property Value

string

Mandatory

public bool Mandatory { get; set; }

Property Value

bool

ReceiveTimeout

public TimeSpan? ReceiveTimeout { get; set; }

Property Value

TimeSpan?

ReplyTimeout

public TimeSpan? ReplyTimeout { get; set; }

Property Value

TimeSpan?

Retry

public RabbitOptions.RetryOptions Retry { get; set; }

Property Value

RabbitOptions.RetryOptions

RoutingKey

public string RoutingKey { get; set; }

Property Value

string