Table of Contents

Class DeclareQueueBase

Namespace
Steeltoe.Messaging.RabbitMQ.Attributes
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public abstract class DeclareQueueBase : Attribute
Inheritance
DeclareQueueBase
Derived
Inherited Members

Properties

Admin

public virtual string Admin { get; set; }

Property Value

string

Admins

public virtual string[] Admins { get; set; }

Property Value

string[]

AutoDelete

public virtual string AutoDelete { get; set; }

Property Value

string

Declare

public virtual string Declare { get; set; }

Property Value

string

Durable

public virtual string Durable { get; set; }

Property Value

string

Exclusive

public virtual string Exclusive { get; set; }

Property Value

string

IgnoreDeclarationExceptions

public virtual string IgnoreDeclarationExceptions { get; set; }

Property Value

string