Class ActiveMQTempQueue
A Temporary Queue
Inheritance
System.Object
ActiveMQTempQueue
Implements
System.ICloneable
Apache.NMS.ITemporaryQueue
Apache.NMS.IQueue
Apache.NMS.IDestination
System.IDisposable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Apache.NMS.ActiveMQ.Commands
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class ActiveMQTempQueue : ActiveMQTempDestination, DataStructure, ICloneable, ITemporaryQueue, IQueue, IDestination, IDisposable
Constructors
| Improve this Doc View SourceActiveMQTempQueue()
Declaration
public ActiveMQTempQueue()
ActiveMQTempQueue(String)
Declaration
public ActiveMQTempQueue(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Fields
| Improve this Doc View SourceID_ACTIVEMQTEMPQUEUE
Declaration
public const byte ID_ACTIVEMQTEMPQUEUE = 102
Field Value
Type | Description |
---|---|
System.Byte |
Properties
| Improve this Doc View SourceDestinationType
Declaration
public override DestinationType DestinationType { get; }
Property Value
Type | Description |
---|---|
Apache.NMS.DestinationType |
Overrides
| Improve this Doc View SourceQueueName
Declaration
public string QueueName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceClone()
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object |
Overrides
| Improve this Doc View SourceCreateDestination(String)
Declaration
public override ActiveMQDestination CreateDestination(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
ActiveMQDestination |
Overrides
| Improve this Doc View SourceGetDataStructureType()
Declaration
public override byte GetDataStructureType()
Returns
Type | Description |
---|---|
System.Byte |
Overrides
| Improve this Doc View SourceGetDestinationType()
Declaration
public override int GetDestinationType()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
| Improve this Doc View SourceGetQueueName()
Declaration
public string GetQueueName()
Returns
Type | Description |
---|---|
System.String |
Implements
System.ICloneable
Apache.NMS.ITemporaryQueue
Apache.NMS.IQueue
Apache.NMS.IDestination
System.IDisposable