Uses of Package
org.springframework.jms.listener
Package
Description
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
This package contains the base message listener container facility.
Message listener adapter mechanism that delegates to target listener
methods, converting messages to appropriate message content types
(such as String or byte array) that get passed into listener methods.
This package provides JCA-based endpoint management for JMS message listeners.
-
ClassDescriptionAbstract base class for Spring message listener container implementations.Message listener container variant that uses plain JMS client APIs, specifically a loop of
MessageConsumer.receive()
calls that also allow for transactional reception of messages (registering them with XA transactions).Internal abstraction used by the framework representing a message listener container.Message listener container that uses the plain JMS client API'sMessageConsumer.setMessageListener()
method to create concurrent MessageConsumers for the specified listeners. -
ClassDescriptionCommon base class for all containers which need to implement listening based on a JMS Connection (either shared or freshly obtained for each attempt).Abstract base class for Spring message listener container implementations.Base class for listener container implementations which are based on polling.Internal abstraction used by the framework representing a message listener container.Variant of the standard JMS
MessageListener
interface, offering not only the received Message but also the underlying JMS Session object. -
ClassDescriptionVariant of the standard JMS
MessageListener
interface, offering not only the received Message but also the underlying JMS Session object.Interface to be implemented by message listener objects that suggest a specific name for a durable subscription that they might be registered with. -
ClassDescriptionInternal abstraction used by the framework representing a message listener container.