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
Admins
public virtual string[] Admins { get; set; }
Property Value
- string[]
AutoDelete
public virtual string AutoDelete { get; set; }
Property Value
Declare
public virtual string Declare { get; set; }
Property Value
Durable
public virtual string Durable { get; set; }
Property Value
Exclusive
public virtual string Exclusive { get; set; }
Property Value
IgnoreDeclarationExceptions
public virtual string IgnoreDeclarationExceptions { get; set; }