Class Queue
public class Queue : AbstractDeclarable, IQueue, IDeclarable, IServiceNameAware, ICloneable
- Inheritance
-
Queue
- Implements
- Derived
- Inherited Members
Constructors
Queue(string)
public Queue(string queueName)
Parameters
queueName
string
Queue(string, bool)
public Queue(string queueName, bool durable)
Parameters
Queue(string, bool, bool, bool)
public Queue(string queueName, bool durable, bool exclusive, bool autoDelete)
Parameters
Queue(string, bool, bool, bool, Dictionary<string, object>)
public Queue(string queueName, bool durable, bool exclusive, bool autoDelete, Dictionary<string, object> arguments)
Parameters
Fields
X_QUEUE_MASTER_LOCATOR
public const string X_QUEUE_MASTER_LOCATOR = "x-queue-master-locator"
Field Value
Properties
ActualName
public string ActualName { get; set; }
Property Value
IsAutoDelete
public bool IsAutoDelete { get; set; }
Property Value
IsDurable
public bool IsDurable { get; set; }
Property Value
IsExclusive
public bool IsExclusive { get; set; }
Property Value
MasterLocator
public string MasterLocator { get; set; }
Property Value
QueueName
public string QueueName { get; set; }
Property Value
ServiceName
public string ServiceName { get; set; }
Property Value
Methods
Clone()
public object Clone()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.