Class Queue
Inheritance
System.Object
Queue
Implements
IServiceNameAware
ICloneable
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class Queue : AbstractDeclarable, IQueue, IDeclarable
Constructors
|
Edit this page
View Source
Queue(String)
Declaration
public Queue(string queueName)
Parameters
Type |
Name |
Description |
System.String |
queueName |
|
|
Edit this page
View Source
Queue(String, Boolean)
Declaration
public Queue(string queueName, bool durable)
Parameters
Type |
Name |
Description |
System.String |
queueName |
|
System.Boolean |
durable |
|
|
Edit this page
View Source
Queue(String, Boolean, Boolean, Boolean)
Declaration
public Queue(string queueName, bool durable, bool exclusive, bool autoDelete)
Parameters
Type |
Name |
Description |
System.String |
queueName |
|
System.Boolean |
durable |
|
System.Boolean |
exclusive |
|
System.Boolean |
autoDelete |
|
|
Edit this page
View Source
Queue(String, Boolean, Boolean, Boolean, Dictionary<String, Object>)
Declaration
public Queue(string queueName, bool durable, bool exclusive, bool autoDelete, Dictionary<string, object> arguments)
Parameters
Type |
Name |
Description |
System.String |
queueName |
|
System.Boolean |
durable |
|
System.Boolean |
exclusive |
|
System.Boolean |
autoDelete |
|
Dictionary<System.String, System.Object> |
arguments |
|
Fields
|
Edit this page
View Source
X_QUEUE_MASTER_LOCATOR
Declaration
public const string X_QUEUE_MASTER_LOCATOR = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
ActualName
Declaration
public string ActualName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IsAutoDelete
Declaration
public bool IsAutoDelete { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsDurable
Declaration
public bool IsDurable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsExclusive
Declaration
public bool IsExclusive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
MasterLocator
Declaration
public string MasterLocator { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
QueueName
Declaration
public string QueueName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ServiceName
Declaration
public string ServiceName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
Clone()
Declaration
Returns
Type |
Description |
System.Object |
|
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Implements
IServiceNameAware
ICloneable