Uses of Interface
javax.jms.QueueConnection
-
-
Uses of QueueConnection in javax.jms
Subinterfaces of QueueConnection in javax.jms Modifier and Type Interface Description interfaceXAQueueConnectionAnXAQueueConnectionprovides the same create options asQueueConnection(optional).Methods in javax.jms that return QueueConnection Modifier and Type Method Description QueueConnectionQueueConnectionFactory. createQueueConnection()Creates a queue connection with the default user identity.QueueConnectionQueueConnectionFactory. createQueueConnection(java.lang.String userName, java.lang.String password)Creates a queue connection with the specified user identity.
-