Uses of Class
org.apache.activemq.artemis.core.protocol.core.impl.wireformat.CreateSessionMessage
-
-
Uses of CreateSessionMessage in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl that return CreateSessionMessage Modifier and Type Method Description protected 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 CreateSessionMessage Modifier and Type Method Description booleanActiveMQRoutingHandler. route(CoreRemotingConnection connection, CreateSessionMessage message)Constructors in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type CreateSessionMessage Constructor Description ActiveMQRoutingContext(CoreRemotingConnection connection, CreateSessionMessage message) -
Uses of CreateSessionMessage in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
Subclasses of CreateSessionMessage in org.apache.activemq.artemis.core.protocol.core.impl.wireformat Modifier and Type Class Description classCreateSessionMessage_V2 -
Uses of CreateSessionMessage in org.apache.activemq.artemis.core.protocol.hornetq.client
Methods in org.apache.activemq.artemis.core.protocol.hornetq.client that return CreateSessionMessage Modifier and Type Method Description protected CreateSessionMessageHornetQClientSessionContext. newCreateSession(String username, String password, int minLargeMessageSize, boolean xa, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge)
-