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.remoting |
Remoting classes for transparent Java-to-Java remoting via a JMS provider.
|
org.springframework.jms.support.destination |
Support classes for Spring's JMS framework.
|
Class and Description |
---|
DestinationResolver
Strategy interface for resolving JMS destinations.
|
Class and Description |
---|
JmsDestinationAccessor
Base class for
JmsTemplate and other
JMS-accessing gateway helpers, adding destination-related properties to
JmsAccessor's common properties. |
Class and Description |
---|
DestinationResolver
Strategy interface for resolving JMS destinations.
|
JmsDestinationAccessor
Base class for
JmsTemplate and other
JMS-accessing gateway helpers, adding destination-related properties to
JmsAccessor's common properties. |
Class and Description |
---|
DestinationResolver
Strategy interface for resolving JMS destinations.
|
Class and Description |
---|
DestinationResolver
Strategy interface for resolving JMS destinations.
|
Class and Description |
---|
DestinationResolver
Strategy interface for resolving JMS destinations.
|
Class and Description |
---|
CachingDestinationResolver
Extension of the DestinationResolver interface,
exposing methods for clearing the cache.
|
DestinationResolver
Strategy interface for resolving JMS destinations.
|