Class ActiveMQQueue
Summary description for ActiveMQQueue.
Implements
System.ICloneable
    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 ActiveMQQueue : ActiveMQDestination, DataStructure, ICloneable, IQueue, IDestination, IDisposableConstructors
| Improve this Doc View SourceActiveMQQueue()
Declaration
public ActiveMQQueue()ActiveMQQueue(String)
Declaration
public ActiveMQQueue(string name)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | 
Fields
| Improve this Doc View SourceID_ACTIVEMQQUEUE
Declaration
public const byte ID_ACTIVEMQQUEUE = 100Field 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
Implements
      System.ICloneable
  
  
      Apache.NMS.IQueue
  
  
      Apache.NMS.IDestination
  
  
      System.IDisposable