| Name | Description | Type | Package | Framework |
| AbstractAdaptableMessageListener | An abstract JMS MessageListener adapter providing the necessaryinfrastructure to extract the payload of a JMS Message. | Class | org.springframework.jms.listener.adapter | Spring MVC |
| JmsResponse | Return type of any JMS listener method used to indicate the actual responsedestination alongside the response itself. | Class | org.springframework.jms.listener.adapter | Spring MVC |
| ListenerExecutionFailedException | Exception to be thrown when the execution of a listener method failed. | Class | org.springframework.jms.listener.adapter | Spring MVC |
| MessageListenerAdapter | Message listener adapter that delegates the handling of messages to targetlistener methods via reflection, with flexible message type conversion. | Class | org.springframework.jms.listener.adapter | Spring MVC |
| MessagingMessageListenerAdapter | A MessageListener adapter that invokes a configurableInvocableHandlerMethod. | Class | org.springframework.jms.listener.adapter | Spring MVC |
| ReplyFailureException | Exception to be thrown when the reply of a message failed to be sent. | Class | org.springframework.jms.listener.adapter | Spring MVC |