Uses of Class
org.springframework.jms.support.destination.JmsDestinationAccessor
Packages that use JmsDestinationAccessor
Package
Description
Core package of the JMS support.
This package contains the base message listener container facility.
-
Uses of JmsDestinationAccessor in org.springframework.jms.core
Subclasses of JmsDestinationAccessor in org.springframework.jms.coreModifier and TypeClassDescriptionclassHelper class that simplifies synchronous JMS access code. -
Uses of JmsDestinationAccessor in org.springframework.jms.listener
Subclasses of JmsDestinationAccessor 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 reception 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.