Package | Description |
---|---|
org.springframework.jms.config |
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
|
org.springframework.jms.listener.endpoint |
This package provides JCA-based endpoint management for JMS message listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultJcaListenerContainerFactory.setActivationSpecFactory(JmsActivationSpecFactory activationSpecFactory) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJmsActivationSpecFactory
Default implementation of the
JmsActivationSpecFactory interface. |
class |
StandardJmsActivationSpecFactory
Standard implementation of the
JmsActivationSpecFactory interface. |
Modifier and Type | Method and Description |
---|---|
void |
JmsMessageEndpointManager.setActivationSpecFactory(JmsActivationSpecFactory activationSpecFactory)
Set the factory for concrete JCA 1.5 ActivationSpec objects,
creating JCA ActivationSpecs based on
JmsActivationSpecConfig objects. |