Uses of Interface
javax.jms.TopicConnection
-
-
Uses of TopicConnection in javax.jms
Subinterfaces of TopicConnection in javax.jms Modifier and Type Interface Description interfaceXATopicConnectionAnXATopicConnectionprovides the same create options asTopicConnection(optional).Methods in javax.jms that return TopicConnection Modifier and Type Method Description TopicConnectionTopicConnectionFactory. createTopicConnection()Creates a topic connection with the default user identity.TopicConnectionTopicConnectionFactory. createTopicConnection(java.lang.String userName, java.lang.String password)Creates a topic connection with the specified user identity.
-