Table of Contents

Class ActiveMQTempTopic

Namespace
Apache.NMS.ActiveMQ.Commands
Assembly
Apache.NMS.ActiveMQ.dll
public class ActiveMQTempTopic : ActiveMQTempDestination, DataStructure, ICloneable, ITemporaryTopic, ITopic, IDestination, IDisposable
Inheritance
ActiveMQTempTopic
Implements
ITemporaryTopic
ITopic
IDestination
Inherited Members

Constructors

ActiveMQTempTopic()

public ActiveMQTempTopic()

ActiveMQTempTopic(string)

public ActiveMQTempTopic(string name)

Parameters

name string

Fields

ID_ACTIVEMQTEMPTOPIC

public const byte ID_ACTIVEMQTEMPTOPIC = 103

Field Value

byte

Properties

DestinationType

public override DestinationType DestinationType { get; }

Property Value

DestinationType

TopicName

public string TopicName { 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

GetTopicName()

public string GetTopicName()

Returns

string