Uses of Interface
javax.jms.TopicConnection
-
Uses of TopicConnection in javax.jms
Subinterfaces of TopicConnection in javax.jmsModifier and TypeInterfaceDescriptioninterface
AnXATopicConnection
provides the same create options asTopicConnection
(optional).Methods in javax.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.