Uses of Class
org.apache.activemq.artemis.core.protocol.core.impl.wireformat.CreateSessionResponseMessage
-
Packages that use CreateSessionResponseMessage Package Description org.apache.activemq.artemis.core.protocol.core.impl org.apache.activemq.artemis.core.protocol.hornetq.client -
-
Uses of CreateSessionResponseMessage in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type CreateSessionResponseMessage Modifier and Type Method Description protected SessionContextActiveMQClientProtocolManager. newSessionContext(String name, int confirmationWindowSize, Channel sessionChannel, CreateSessionResponseMessage response) -
Uses of CreateSessionResponseMessage in org.apache.activemq.artemis.core.protocol.hornetq.client
Methods in org.apache.activemq.artemis.core.protocol.hornetq.client with parameters of type CreateSessionResponseMessage Modifier and Type Method Description protected SessionContextHornetQClientProtocolManager. newSessionContext(String name, int confirmationWindowSize, Channel sessionChannel, CreateSessionResponseMessage response)
-