Package | Description |
---|---|
org.springframework.jms.config |
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
|
org.springframework.jms.listener.adapter |
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.
|
Class and Description |
---|
MessagingMessageListenerAdapter
A
MessageListener adapter that invokes a configurable
InvocableHandlerMethod . |
Class and Description |
---|
AbstractAdaptableMessageListener
An abstract JMS
MessageListener adapter providing the necessary
infrastructure to extract the payload of a JMS Message . |
JmsResponse
Return type of any JMS listener method used to indicate the actual response
destination alongside the response itself.
|