Uses of Class
org.apache.activemq.artemis.core.protocol.openwire.amq.AMQSession
-
Packages that use AMQSession Package Description org.apache.activemq.artemis.core.protocol.openwire org.apache.activemq.artemis.core.protocol.openwire.amq -
-
Uses of AMQSession in org.apache.activemq.artemis.core.protocol.openwire
Methods in org.apache.activemq.artemis.core.protocol.openwire that return AMQSession Modifier and Type Method Description AMQSessionOpenWireConnection. addSession(org.apache.activemq.command.SessionInfo ss)AMQSessionOpenWireConnection. getSession(org.apache.activemq.command.SessionId sessionId) -
Uses of AMQSession in org.apache.activemq.artemis.core.protocol.openwire.amq
Fields in org.apache.activemq.artemis.core.protocol.openwire.amq declared as AMQSession Modifier and Type Field Description protected AMQSessionAMQConsumerBrokerExchange. amqSessionConstructors in org.apache.activemq.artemis.core.protocol.openwire.amq with parameters of type AMQSession Constructor Description AMQCompositeConsumerBrokerExchange(AMQSession amqSession, java.util.List<AMQConsumer> consumerList)AMQConsumer(AMQSession amqSession, org.apache.activemq.command.ActiveMQDestination d, org.apache.activemq.command.ConsumerInfo info, java.util.concurrent.ScheduledExecutorService scheduledPool, boolean internalAddress)AMQConsumerBrokerExchange(AMQSession amqSession)AMQSingleConsumerBrokerExchange(AMQSession amqSession, AMQConsumer consumer)
-