Table of Contents

Class ActiveMQTopic

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

Constructors

ActiveMQTopic()

public ActiveMQTopic()

ActiveMQTopic(string)

public ActiveMQTopic(string name)

Parameters

name string

Fields

ID_ACTIVEMQTOPIC

public const byte ID_ACTIVEMQTOPIC = 101

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