Uses of Interface
jakarta.jms.TopicConnection
-
Uses of TopicConnection in jakarta.jms
Subinterfaces of TopicConnection in jakarta.jmsModifier and TypeInterfaceDescriptioninterfaceAnXATopicConnectionprovides the same create options asTopicConnection(optional).Methods in jakarta.jms that return TopicConnectionModifier and TypeMethodDescriptionTopicConnectionFactory.createTopicConnection()Creates a topic connection with the default user identity.TopicConnectionFactory.createTopicConnection(String userName, String password) Creates a topic connection with the specified user identity.