Uses of Interface
jakarta.jms.QueueConnection
-
-
Uses of QueueConnection in jakarta.jms
Subinterfaces of QueueConnection in jakarta.jms Modifier and Type Interface Description interface
XAQueueConnection
AnXAQueueConnection
provides the same create options asQueueConnection
(optional).Methods in jakarta.jms that return QueueConnection Modifier and Type Method Description QueueConnection
QueueConnectionFactory. createQueueConnection()
Creates a queue connection with the default user identity.QueueConnection
QueueConnectionFactory. createQueueConnection(String userName, String password)
Creates a queue connection with the specified user identity.
-