Class ActiveMQTempTopic

All Implemented Interfaces:
jakarta.jms.Destination, jakarta.jms.TemporaryTopic, jakarta.jms.Topic, Externalizable, Serializable, Comparable<Object>, Referenceable, DataStructure, JNDIStorableInterface

public class ActiveMQTempTopic extends ActiveMQTempDestination implements jakarta.jms.TemporaryTopic
See Also:
  • Field Details

  • Constructor Details

    • ActiveMQTempTopic

      public ActiveMQTempTopic()
    • ActiveMQTempTopic

      public ActiveMQTempTopic(String name)
    • ActiveMQTempTopic

      public ActiveMQTempTopic(ConnectionId connectionId, long sequenceId)
  • Method Details