Uses of Interface
jakarta.jms.QueueSession
-
Packages that use QueueSession 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 QueueSession in jakarta.jms
Methods in jakarta.jms that return QueueSession Modifier and Type Method Description QueueSessionQueueConnection. createQueueSession(boolean transacted, int acknowledgeMode)Creates aQueueSessionobject, specifyingtransactedandacknowledgeMode.QueueSessionXAQueueConnection. createQueueSession(boolean transacted, int acknowledgeMode)Creates aQueueSessionobject.QueueSessionXAQueueSession. getQueueSession()Gets the queue session associated with thisXAQueueSession.Constructors in jakarta.jms with parameters of type QueueSession Constructor Description QueueRequestor(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 QueueSession Modifier and Type Class Description classActiveMQSessionActiveMQ Artemis implementation of a JMS Session.classActiveMQXASessionMethods in org.apache.activemq.artemis.jms.client that return QueueSession Modifier and Type Method Description QueueSessionActiveMQConnection. createQueueSession(boolean transacted, int acknowledgeMode)QueueSessionActiveMQSession. getQueueSession()
-