| 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 | Class and Description |
|---|---|
class |
JmsMessagingTemplate
An implementation of
JmsMessageOperations. |
| 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 |
GenericMessagingTemplate
A messaging template that resolves destinations names to
MessageChannel's
to send and receive messages from. |