Uses of Interface
jakarta.jms.QueueConnection
Packages that use QueueConnection
Package
Description
-
Uses of QueueConnection in jakarta.jms
Subinterfaces of QueueConnection in jakarta.jmsModifier and TypeInterfaceDescriptioninterfaceAnXAQueueConnectionprovides the same create options asQueueConnection(optional).Methods in jakarta.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. -
Uses of QueueConnection in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement QueueConnectionModifier and TypeClassDescriptionclassActiveMQ Artemis implementation of a JMS Connection.final classActiveMQ Artemis implementation of a JMS XAConnection.Methods in org.apache.activemq.artemis.jms.client that return QueueConnectionModifier and TypeMethodDescriptionActiveMQConnectionFactory.createQueueConnection()ActiveMQConnectionFactory.createQueueConnection(String username, String password) -
Uses of QueueConnection in org.apache.activemq.artemis.ra
Subinterfaces of QueueConnection in org.apache.activemq.artemis.raModifier and TypeInterfaceDescriptioninterfaceA joint interface forXATopicConnectionandXAQueueConnection.Classes in org.apache.activemq.artemis.ra that implement QueueConnectionModifier and TypeClassDescriptionfinal classImplements the JMS Connection API and producesActiveMQRASessionobjects.Methods in org.apache.activemq.artemis.ra that return QueueConnectionModifier and TypeMethodDescriptionActiveMQRAConnectionFactoryImpl.createQueueConnection()Creates a queue connection with the default user identity.ActiveMQRAConnectionFactoryImpl.createQueueConnection(String userName, String password) Creates a queue connection with the specified user identity.