Uses of Interface
javax.jms.QueueConnection
-
Uses of QueueConnection in javax.jms
Subinterfaces of QueueConnection in javax.jmsModifier and TypeInterfaceDescriptioninterfaceAnXAQueueConnectionprovides the same create options asQueueConnection(optional).Methods in javax.jms that return QueueConnectionModifier and TypeMethodDescriptionQueueConnectionFactory.createQueueConnection()Creates a queue connection with the default user identity.QueueConnectionFactory.createQueueConnection(String userName, String password) Creates a queue connection with the specified user identity.