Interface | Description |
---|---|
MessageHandler<T> |
Handles and converts
Message s. |
Class | Description |
---|---|
ConcurrentMessageHandler<T> |
A
MessageHandler decorator that wraps a delegate implementation in
an ExecutorService to handle many incoming messages concurrently on
different threads. |
JMSListenerContainer<T> |
Sets up and manages
MessageListener s created by the
JMSListener and
AbstractJMSListenerMethodProcessor
processing. |
JMSListenerContainerFactory |
Generates and tracks
JMSListenerContainer within the Bean Context. |
MessageHandlerAdapter<T> |
Decorator for converting between
MessageListener and
MessageHandler . |