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.

Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Public Interface ITopic _
	Inherits IDestination
C#
public interface ITopic : IDestination
Visual C++
public interface class ITopic : IDestination
JavaScript
Apache.NMS.ITopic = function();
Apache.NMS.ITopic.createInterface('Apache.NMS.ITopic');

See Also