Uses of Class
org.springframework.messaging.core.AbstractMessageReceivingTemplate
Package
Description
Core package of the JMS support.
Defines interfaces and implementation classes for messaging templates.
-
Uses of AbstractMessageReceivingTemplate in org.springframework.jms.core
-
Uses of AbstractMessageReceivingTemplate in org.springframework.messaging.core
Modifier and TypeClassDescriptionclass
An extension ofAbstractMessagingTemplate
that adds operations for sending messages to a resolvable destination name.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.