Package | Description |
---|---|
org.springframework.jms.core |
Core package of the JMS support.
|
org.springframework.messaging.core |
Defines interfaces and implementation classes for messaging templates.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JmsMessageOperations
A specialization of
MessageSendingOperations , MessageReceivingOperations
and MessageRequestReplyOperations for JMS related operations that allow to specify
a destination name rather than the actual Destination . |
Modifier and Type | Class and Description |
---|---|
class |
JmsMessagingTemplate
An implementation of
JmsMessageOperations . |
Modifier and Type | Interface and Description |
---|---|
interface |
DestinationResolvingMessageRequestReplyOperations<D>
Extends
MessageRequestReplyOperations and adds operations for sending and
receiving messages to and from a destination specified as a (resolvable) String name. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDestinationResolvingMessagingTemplate<D>
An extension of
AbstractMessagingTemplate that adds operations for sending
messages to a resolvable destination name. |
class |
AbstractMessagingTemplate<D>
An extension of
AbstractMessageReceivingTemplate that adds support for
request-reply style operations as defined by MessageRequestReplyOperations . |
class |
GenericMessagingTemplate
A messaging template that resolves destinations names to
MessageChannel 's
to send and receive messages from. |