Uses of Class
org.apache.activemq.artemis.core.protocol.core.impl.wireformat.CreateSessionMessage
Packages that use CreateSessionMessage
Package
Description
-
Uses of CreateSessionMessage in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl that return CreateSessionMessageModifier and TypeMethodDescriptionprotected CreateSessionMessageActiveMQSessionContext.newCreateSession(String username, String password, int minLargeMessageSize, boolean xa, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge) Methods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type CreateSessionMessageModifier and TypeMethodDescriptionbooleanActiveMQRoutingHandler.route(CoreRemotingConnection connection, CreateSessionMessage message) Constructors in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type CreateSessionMessageModifierConstructorDescriptionActiveMQRoutingContext(CoreRemotingConnection connection, CreateSessionMessage message) -
Uses of CreateSessionMessage in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
-
Uses of CreateSessionMessage in org.apache.activemq.artemis.core.protocol.hornetq.client
Methods in org.apache.activemq.artemis.core.protocol.hornetq.client that return CreateSessionMessageModifier and TypeMethodDescriptionprotected CreateSessionMessageHornetQClientSessionContext.newCreateSession(String username, String password, int minLargeMessageSize, boolean xa, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge)