Class ActiveMQTopic

All Implemented Interfaces:
jakarta.jms.Destination, jakarta.jms.Topic, Serializable, Referenceable
Direct Known Subclasses:
ActiveMQTemporaryTopic

public class ActiveMQTopic extends ActiveMQDestination implements jakarta.jms.Topic
ActiveMQ Artemis implementation of a JMS Topic.

This class can be instantiated directly.

See Also:
  • Constructor Details

    • ActiveMQTopic

      public ActiveMQTopic()
    • ActiveMQTopic

      public ActiveMQTopic(String address)
    • ActiveMQTopic

      public ActiveMQTopic(SimpleString address)
    • ActiveMQTopic

      @Deprecated public ActiveMQTopic(String address, String name)
      Deprecated.
    • ActiveMQTopic

      public ActiveMQTopic(String address, boolean temporary)
    • ActiveMQTopic

      protected ActiveMQTopic(String address, boolean temporary, ActiveMQSession session)
  • Method Details