Table of Contents

Class ActiveMQQueue

Namespace
Apache.NMS.ActiveMQ.Commands
Assembly
Apache.NMS.ActiveMQ.dll
public class ActiveMQQueue : ActiveMQDestination, DataStructure, ICloneable, IQueue, IDestination, IDisposable
Inheritance
ActiveMQQueue
Implements
IQueue
IDestination
Inherited Members

Constructors

ActiveMQQueue()

public ActiveMQQueue()

ActiveMQQueue(string)

public ActiveMQQueue(string name)

Parameters

name string

Fields

ID_ACTIVEMQQUEUE

public const byte ID_ACTIVEMQQUEUE = 100

Field Value

byte

Properties

DestinationType

public override DestinationType DestinationType { get; }

Property Value

DestinationType

QueueName

public string QueueName { get; }

Property Value

string

Methods

Clone()

public override object Clone()

Returns

object

CreateDestination(string)

public override ActiveMQDestination CreateDestination(string name)

Parameters

name string

Returns

ActiveMQDestination

GetDataStructureType()

public override byte GetDataStructureType()

Returns

byte

GetDestinationType()

public override int GetDestinationType()

Returns

int