Uses of Interface
jakarta.jms.QueueConnection
-
Packages that use QueueConnection Package Description jakarta.jms The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.org.apache.activemq.artemis.jms.client -
-
Uses of QueueConnection in jakarta.jms
Subinterfaces of QueueConnection in jakarta.jms Modifier and Type Interface Description interfaceXAQueueConnectionAnXAQueueConnectionprovides the same create options asQueueConnection(optional).Methods in jakarta.jms that return QueueConnection Modifier and Type Method Description QueueConnectionQueueConnectionFactory. createQueueConnection()Creates a queue connection with the default user identity.QueueConnectionQueueConnectionFactory. createQueueConnection(String userName, String password)Creates a queue connection with the specified user identity. -
Uses of QueueConnection in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement QueueConnection Modifier and Type Class Description classActiveMQConnectionActiveMQ Artemis implementation of a JMS Connection.classActiveMQXAConnectionActiveMQ Artemis implementation of a JMS XAConnection.Methods in org.apache.activemq.artemis.jms.client that return QueueConnection Modifier and Type Method Description QueueConnectionActiveMQConnectionFactory. createQueueConnection()QueueConnectionActiveMQConnectionFactory. createQueueConnection(String username, String password)
-