Class TopicConnectionFactory

  • All Implemented Interfaces:
    jakarta.jms.ConnectionFactory, jakarta.jms.TopicConnectionFactory, java.io.Serializable, javax.naming.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:
    jakarta.jms.TopicConnectionFactory, Serialized Form
    • Constructor Detail

      • TopicConnectionFactory

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

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