| Interface | Description |
|---|---|
| JmsSenderTemplate |
Common interface for JMS send functionality so client can benefit from dependency injection.
|
| JmsSenderTemplateCallback |
This is a call-back interface for doing more advanced
and non-standard processing with the JmsSenderTemplate classes.
|
| Class | Description |
|---|---|
| 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).
|
Copyright © 2022. All rights reserved.