Uses of Interface
org.springframework.messaging.core.MessageReceivingOperations
Packages that use MessageReceivingOperations
Package
Description
Core package of the JMS support.
Defines interfaces and implementation classes for messaging templates.
-
Uses of MessageReceivingOperations in org.springframework.jms.core
Subinterfaces of MessageReceivingOperations in org.springframework.jms.coreModifier and TypeInterfaceDescriptioninterface
A specialization ofMessageSendingOperations
,MessageReceivingOperations
andMessageRequestReplyOperations
for JMS related operations that allow to specify a destination name rather than the actualDestination
.Classes in org.springframework.jms.core that implement MessageReceivingOperations -
Uses of MessageReceivingOperations in org.springframework.messaging.core
Subinterfaces of MessageReceivingOperations in org.springframework.messaging.coreModifier and TypeInterfaceDescriptioninterface
ExtendsMessageReceivingOperations
and adds operations for receiving messages from a destination specified as a (resolvable) String name.Classes in org.springframework.messaging.core that implement MessageReceivingOperationsModifier and TypeClassDescriptionclass
An extension ofAbstractMessagingTemplate
that adds operations for sending messages to a resolvable destination name.class
An extension ofAbstractMessageSendingTemplate
that adds support for receive style operations as defined byMessageReceivingOperations
.class
An extension ofAbstractMessageReceivingTemplate
that adds support for request-reply style operations as defined byMessageRequestReplyOperations
.class
A messaging template that resolves destinations names toMessageChannel
's to send and receive messages from.