Uses of Class
org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
Packages that use JmsActivationSpecConfig
Package
Description
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
This package provides JCA-based endpoint management for JMS message listeners.
-
Uses of JmsActivationSpecConfig in org.springframework.jms.config
Subclasses of JmsActivationSpecConfig in org.springframework.jms.configModifier and TypeClassDescriptionclass
AJmsListenerContainerFactory
implementation to build a JCA-basedJmsMessageEndpointManager
. -
Uses of JmsActivationSpecConfig in org.springframework.jms.listener.endpoint
Methods in org.springframework.jms.listener.endpoint that return JmsActivationSpecConfigModifier and TypeMethodDescriptionJmsMessageEndpointManager.getActivationSpecConfig()
Return theJmsActivationSpecConfig
object that this endpoint manager should use for activating its listener.Methods in org.springframework.jms.listener.endpoint with parameters of type JmsActivationSpecConfigModifier and TypeMethodDescriptionJmsActivationSpecFactory.createActivationSpec
(ResourceAdapter adapter, JmsActivationSpecConfig config) Create a JCA 1.5 ActivationSpec object based on the givenJmsActivationSpecConfig
object.StandardJmsActivationSpecFactory.createActivationSpec
(ResourceAdapter adapter, JmsActivationSpecConfig config) protected void
DefaultJmsActivationSpecFactory.populateActivationSpecProperties
(BeanWrapper bw, JmsActivationSpecConfig config) This implementation supports Spring's extended "maxConcurrency" and "prefetchSize" settings through detecting corresponding ActivationSpec properties: "maxSessions"/"maxNumberOfWorks" and "maxMessagesPerSessions"/"maxMessages", respectively (following ActiveMQ's and JORAM's naming conventions).protected void
StandardJmsActivationSpecFactory.populateActivationSpecProperties
(BeanWrapper bw, JmsActivationSpecConfig config) Populate the given ApplicationSpec object with the settings defined in the given configuration object.void
JmsMessageEndpointManager.setActivationSpecConfig
(JmsActivationSpecConfig activationSpecConfig) Specify theJmsActivationSpecConfig
object that this endpoint manager should use for activating its listener.