Uses of Interface
jakarta.jms.QueueSession
Packages that use QueueSession
Package
Description
-
Uses of QueueSession in jakarta.jms
Methods in jakarta.jms that return QueueSessionModifier and TypeMethodDescriptionQueueConnection.createQueueSession(boolean transacted, int acknowledgeMode) Creates aQueueSessionobject, specifyingtransactedandacknowledgeMode.XAQueueConnection.createQueueSession(boolean transacted, int acknowledgeMode) Creates aQueueSessionobject.XAQueueSession.getQueueSession()Gets the queue session associated with thisXAQueueSession.Constructors in jakarta.jms with parameters of type QueueSessionModifierConstructorDescriptionQueueRequestor(QueueSession session, Queue queue) Constructor for theQueueRequestorclass. -
Uses of QueueSession in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement QueueSessionMethods in org.apache.activemq.artemis.jms.client that return QueueSessionModifier and TypeMethodDescriptionActiveMQConnection.createQueueSession(boolean transacted, int acknowledgeMode) ActiveMQSession.getQueueSession() -
Uses of QueueSession in org.apache.activemq.artemis.ra
Classes in org.apache.activemq.artemis.ra that implement QueueSessionModifier and TypeClassDescriptionclassMethods in org.apache.activemq.artemis.ra that return QueueSessionModifier and TypeMethodDescriptionActiveMQRASessionFactoryImpl.createQueueSession(boolean transacted, int acknowledgeMode) Creates aQueueSessionobject.ActiveMQRASession.getQueueSession()Gets the queue session associated with thisXAQueueSession.