Class TopicConnectionFactory

All Implemented Interfaces:
jakarta.jms.ConnectionFactory, jakarta.jms.TopicConnectionFactory, Serializable, Referenceable

public class TopicConnectionFactory extends ConnectionFactory implements jakarta.jms.TopicConnectionFactory
A TopicConnectionFactory is used to create TopicConnections with the Sun MQ Java Message Service (JMS) Publish/Subscribe (Pub/Sub) provider.
See Also:
  • Constructor Details

    • TopicConnectionFactory

      public TopicConnectionFactory()
      Constructs a TopicConnectionFactory with the default configuration.
    • TopicConnectionFactory

      protected TopicConnectionFactory(String defaultsBase)
      Constructs a TopicConnectionFactory with the specified configuration.