See: Description
Class | Description |
---|---|
AbstractAdaptableMessageListener |
An abstract JMS
MessageListener adapter providing the necessary
infrastructure to extract the payload of a JMS Message . |
JmsResponse<T> |
Return type of any JMS listener method used to indicate the actual response
destination alongside the response itself.
|
MessageListenerAdapter |
Message listener adapter that delegates the handling of messages to target
listener methods via reflection, with flexible message type conversion.
|
MessagingMessageListenerAdapter |
A
MessageListener adapter that invokes a configurable
InvocableHandlerMethod . |
Exception | Description |
---|---|
ListenerExecutionFailedException |
Exception to be thrown when the execution of a listener method failed.
|
ReplyFailureException |
Exception to be thrown when the reply of a message failed to be sent.
|