The NMS Class Library (.Net Messaging Library)

ITopic Interface

Represents a topic in a message broker. A message sent to a topic is delivered to all consumers on the topic who are interested in the message.

For a list of all members of this type, see ITopic Members.

public interface ITopic : IDestination

Types that implement ITopic

Type Description
ActiveMQTopic Summary description for ActiveMQTopic.

Requirements

Namespace: NMS

Assembly: activemq-dotnet (in activemq-dotnet.dll)

See Also

ITopic Members | NMS Namespace