Uses of Class
org.apache.activemq.artemis.ra.ActiveMQRASession
-
Packages that use ActiveMQRASession Package Description org.apache.activemq.artemis.ra ActiveMQ Artemis Resource Adaptor -
-
Uses of ActiveMQRASession in org.apache.activemq.artemis.ra
Fields in org.apache.activemq.artemis.ra declared as ActiveMQRASession Modifier and Type Field Description protected ActiveMQRASessionActiveMQRAMessage. sessionThe sessionprotected ActiveMQRASessionActiveMQRAMessageConsumer. sessionThe session for this consumerprotected ActiveMQRASessionActiveMQRAMessageProducer. sessionThe session for this consumerMethods in org.apache.activemq.artemis.ra that return ActiveMQRASession Modifier and Type Method Description protected ActiveMQRASessionActiveMQRASessionFactoryImpl. allocateConnection(boolean transacted, int acknowledgeMode, int sessionType)Allocate a connectionprotected ActiveMQRASessionActiveMQRASessionFactoryImpl. allocateConnection(int sessionType)Allocation a connectionMethods in org.apache.activemq.artemis.ra with parameters of type ActiveMQRASession Modifier and Type Method Description voidActiveMQRASessionFactory. closeSession(ActiveMQRASession session)Notification that a session is closedvoidActiveMQRASessionFactoryImpl. closeSession(ActiveMQRASession session)Close sessionprotected voidActiveMQRAManagedConnection. removeHandle(ActiveMQRASession handle)Remove a handle from the handle map.Constructors in org.apache.activemq.artemis.ra with parameters of type ActiveMQRASession Constructor Description ActiveMQRABytesMessage(jakarta.jms.BytesMessage message, ActiveMQRASession session)Create a new wrapperActiveMQRAMapMessage(jakarta.jms.MapMessage message, ActiveMQRASession session)Create a new wrapperActiveMQRAMessage(jakarta.jms.Message message, ActiveMQRASession session)Create a new wrapperActiveMQRAMessageConsumer(jakarta.jms.MessageConsumer consumer, ActiveMQRASession session)Create a new wrapperActiveMQRAMessageProducer(jakarta.jms.MessageProducer producer, ActiveMQRASession session)Create a new wrapperActiveMQRAObjectMessage(jakarta.jms.ObjectMessage message, ActiveMQRASession session)Create a new wrapperActiveMQRAQueueReceiver(jakarta.jms.QueueReceiver consumer, ActiveMQRASession session)Create a new wrapperActiveMQRAQueueSender(jakarta.jms.QueueSender producer, ActiveMQRASession session)Create a new wrapperActiveMQRAStreamMessage(jakarta.jms.StreamMessage message, ActiveMQRASession session)Create a new wrapperActiveMQRATextMessage(jakarta.jms.TextMessage message, ActiveMQRASession session)Create a new wrapperActiveMQRATopicPublisher(jakarta.jms.TopicPublisher producer, ActiveMQRASession session)Create a new wrapperActiveMQRATopicSubscriber(jakarta.jms.TopicSubscriber consumer, ActiveMQRASession session)Create a new wrapper
-