Uses of Interface
org.apache.activemq.artemis.api.core.client.ClientSession
Packages that use ClientSession
Package
Description
-
Uses of ClientSession in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client that return ClientSessionModifier and TypeMethodDescriptionClientSessionFactory.createSession()
Creates a non-transacted session.ClientSessionFactory.createSession
(boolean autoCommitSends, boolean autoCommitAcks) Creates a session.ClientSessionFactory.createSession
(boolean xa, boolean autoCommitSends, boolean autoCommitAcks) Creates a session.ClientSessionFactory.createSession
(boolean xa, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge) Creates a session.ClientSessionFactory.createSession
(boolean autoCommitSends, boolean autoCommitAcks, int ackBatchSize) Creates a session.ClientSessionFactory.createSession
(String username, String password, boolean xa, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, int ackBatchSize) Creates an authenticated session.ClientSessionFactory.createSession
(String username, String password, boolean xa, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, int ackBatchSize, String clientID) Creates an authenticated session.ClientSessionFactory.createTransactedSession()
Creates a transacted session.ClientSessionFactory.createXASession()
Creates a session with XA transaction semantics.ClientSession.setSendAcknowledgementHandler
(SendAcknowledgementHandler handler) Sets aSendAcknowledgementHandler
for this session.ClientSession.start()
Starts the session.Constructors in org.apache.activemq.artemis.api.core.client with parameters of type ClientSessionModifierConstructorDescriptionClientRequestor
(ClientSession session, String requestAddress) ClientRequestor
(ClientSession session, SimpleString requestAddress) Constructor for the ClientRequestor. -
Uses of ClientSession in org.apache.activemq.artemis.api.core.management
Methods in org.apache.activemq.artemis.api.core.management with parameters of type ClientSessionModifier and TypeMethodDescriptionstatic void
ManagementHelper.doManagement
(ClientSession session, ManagementHelper.MessageAcceptor setup, ManagementHelper.MessageAcceptor ok, ManagementHelper.MessageAcceptor failed) Utility function to reuse a ClientSessionConnection and perform a single management operation via core.Constructors in org.apache.activemq.artemis.api.core.management with parameters of type ClientSession