Table of Contents

Class QueueOptions

Namespace
Tp.RabbitMq
Assembly
Tp.RabbitMq.dll
public class QueueOptions
Inheritance
QueueOptions
Inherited Members

Constructors

QueueOptions(string, bool, bool, bool, IDictionary<string, object>)

public QueueOptions(string queueName, bool durable, bool exclusive, bool autoDelete, IDictionary<string, object> args = null)

Parameters

queueName string
durable bool
exclusive bool
autoDelete bool
args IDictionary<string, object>

QueueOptions(string, bool, IDictionary<string, object>)

public QueueOptions(string queueName, bool durable, IDictionary<string, object> args = null)

Parameters

queueName string
durable bool
args IDictionary<string, object>

Properties

Args

public IDictionary<string, object> Args { get; }

Property Value

IDictionary<string, object>

AutoDelete

public bool AutoDelete { get; }

Property Value

bool

Durable

public bool Durable { get; }

Property Value

bool

Exclusive

public bool Exclusive { get; }

Property Value

bool

QueueName

public string QueueName { get; }

Property Value

string