Package | Description |
---|---|
org.springframework.jms.config |
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
|
org.springframework.jms.core |
Core package of the JMS support.
|
org.springframework.jms.listener |
This package contains the base message listener container facility.
|
org.springframework.jms.listener.adapter |
Message listener adapter mechanism that delegates to target listener
methods, converting messages to appropriate message content types
(such as String or byte array) that get passed into listener methods.
|
org.springframework.jms.listener.endpoint |
This package provides JCA-based endpoint management for JMS message listeners.
|
org.springframework.jms.support |
This package provides generic JMS support classes,
to be used by higher-level classes like JmsTemplate.
|
org.springframework.jms.support.converter |
Provides a MessageConverter abstraction to convert
between Java objects and JMS messages.
|
org.springframework.jms.support.destination |
Support classes for Spring's JMS framework.
|
Class and Description |
---|
QosSettings
Gather the Quality-of-Service settings that can be used when sending a message.
|
Class and Description |
---|
JmsAccessor
Base class for
JmsTemplate and other
JMS-accessing gateway helpers, defining common properties such as the
JMS ConnectionFactory to operate on. |
QosSettings
Gather the Quality-of-Service settings that can be used when sending a message.
|
Class and Description |
---|
JmsAccessor
Base class for
JmsTemplate and other
JMS-accessing gateway helpers, defining common properties such as the
JMS ConnectionFactory to operate on. |
QosSettings
Gather the Quality-of-Service settings that can be used when sending a message.
|
Class and Description |
---|
JmsHeaderMapper |
QosSettings
Gather the Quality-of-Service settings that can be used when sending a message.
|
Class and Description |
---|
QosSettings
Gather the Quality-of-Service settings that can be used when sending a message.
|
Class and Description |
---|
JmsHeaderMapper |
JmsMessageHeaderAccessor
A
MessageHeaderAccessor
implementation giving access to JMS-specific headers. |
Class and Description |
---|
JmsHeaderMapper |
Class and Description |
---|
JmsAccessor
Base class for
JmsTemplate and other
JMS-accessing gateway helpers, defining common properties such as the
JMS ConnectionFactory to operate on. |