Table of Contents

Class ActiveMQTempQueue

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

Constructors

ActiveMQTempQueue()

public ActiveMQTempQueue()

ActiveMQTempQueue(string)

public ActiveMQTempQueue(string name)

Parameters

name string

Fields

ID_ACTIVEMQTEMPQUEUE

public const byte ID_ACTIVEMQTEMPQUEUE = 102

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

GetQueueName()

public string GetQueueName()

Returns

string