Uses of Class
org.springframework.jms.support.destination.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
Modifier and TypeClassDescriptionclass
Helper class that simplifies synchronous JMS access code. -
Uses of JmsDestinationAccessor in org.springframework.jms.listener
Modifier and TypeClassDescriptionclass
Common base class for all containers which need to implement listening based on a JMS Connection (either shared or freshly obtained for each attempt).class
Abstract base class for Spring message listener container implementations.class
Base class for listener container implementations which are based on polling.class
Message 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).class
Message listener container that uses the plain JMS client API'sMessageConsumer.setMessageListener()
method to create concurrent MessageConsumers for the specified listeners.