Interface ITopic
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.
Inherited Members
      System.IDisposable.Dispose()
    
  Namespace: Apache.NMS
Assembly: Apache.NMS.dll
Syntax
public interface ITopic : IDestination, IDisposableProperties
| Improve this Doc View SourceTopicName
Declaration
string TopicName { get; }Property Value
| Type | Description | 
|---|---|
| System.String |