Uses of Interface
org.springframework.messaging.core.MessageRequestReplyOperations
Packages that use MessageRequestReplyOperations
Package
Description
Core package of the JMS support.
Defines interfaces and implementation classes for messaging templates.
-
Uses of MessageRequestReplyOperations in org.springframework.jms.core
Subinterfaces of MessageRequestReplyOperations in org.springframework.jms.coreModifier and TypeInterfaceDescriptioninterfaceA specialization ofMessageSendingOperations,MessageReceivingOperationsandMessageRequestReplyOperationsfor JMS related operations that allow to specify a destination name rather than the actualDestination.Classes in org.springframework.jms.core that implement MessageRequestReplyOperations -
Uses of MessageRequestReplyOperations in org.springframework.messaging.core
Subinterfaces of MessageRequestReplyOperations in org.springframework.messaging.coreModifier and TypeInterfaceDescriptioninterfaceExtendsMessageRequestReplyOperationsand adds operations for sending and receiving messages to and from a destination specified as a (resolvable) String name.Classes in org.springframework.messaging.core that implement MessageRequestReplyOperationsModifier and TypeClassDescriptionclassAn extension ofAbstractMessagingTemplatethat adds operations for sending messages to a resolvable destination name.classAn extension ofAbstractMessageReceivingTemplatethat adds support for request-reply style operations as defined byMessageRequestReplyOperations.classA messaging template that resolves destinations names toMessageChannel's to send and receive messages from.