Uses of Class
org.springframework.jms.support.JmsAccessor
Packages that use JmsAccessor
Package
Description
Core package of the JMS support.
This package contains the base message listener container facility.
Support classes for Spring's JMS framework.
-
Uses of JmsAccessor in org.springframework.jms.core
Subclasses of JmsAccessor in org.springframework.jms.coreModifier and TypeClassDescriptionclassHelper class that simplifies synchronous JMS access code. -
Uses of JmsAccessor in org.springframework.jms.listener
Subclasses of JmsAccessor in org.springframework.jms.listenerModifier and TypeClassDescriptionclassCommon base class for all containers which need to implement listening based on a JMS Connection (either shared or freshly obtained for each attempt).classAbstract base class for Spring message listener container implementations.classBase class for listener container implementations which are based on polling.classMessage listener container variant that uses plain JMS client APIs, specifically a loop ofMessageConsumer.receive()calls that also allow for transactional receipt of messages (registering them with XA transactions).classMessage listener container that uses the plain JMS client API'sMessageConsumer.setMessageListener()method to create concurrent MessageConsumers for the specified listeners. -
Uses of JmsAccessor in org.springframework.jms.support.destination
Subclasses of JmsAccessor in org.springframework.jms.support.destinationModifier and TypeClassDescriptionclassBase class forJmsTemplateand other JMS-accessing gateway helpers, adding destination-related properties toJmsAccessor'scommon properties.