|
Class Summary |
| AbstractJmsSenderTemplate |
Common functionality for the sender templates. |
| ConcurrentJmsSenderTemplate |
This is a long-lived JMS sender session, representing a
self-refreshing JMS session that can be used to send JMS messages in a
transacted way (a JTA transaction context is required). |
| MessageDrivenContainer |
A message-driven container for asynchronously receiving JMS messages
from a topic or queue, within a managed JTA transaction context. |
| SingleThreadedJmsSenderTemplate |
This is a long-lived JMS sender session, representing a
self-refreshing JMS session that can be used to send JMS messages in a
transacted way (a JTA transaction context is required). |