Uses of Class
org.springframework.jms.listener.adapter.JmsResponse
Packages that use JmsResponse
Package
Description
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.
-
Uses of JmsResponse in org.springframework.jms.listener.adapter
Methods in org.springframework.jms.listener.adapter that return JmsResponseModifier and TypeMethodDescriptionstatic <T> JmsResponse<T>JmsResponse.forDestination(T result, Destination destination) Create aJmsResponsetargeting the specifiedDestination.static <T> JmsResponse<T>Create aJmsResponsetargeting the queue with the specified name.static <T> JmsResponse<T>Create aJmsResponsetargeting the topic with the specified name.