Uses of Package
org.springframework.jms.config
Packages that use org.springframework.jms.config
Package
Description
Annotations and support classes for declarative JMS listener endpoints.
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
-
Classes in org.springframework.jms.config used by org.springframework.jms.annotationClassDescriptionHelper bean for registering
JmsListenerEndpoint
with aJmsListenerEndpointRegistry
.Creates the necessaryMessageListenerContainer
instances for the registered endpoints.AJmsListenerEndpoint
providing the method to invoke to process an incoming message for this endpoint. -
Classes in org.springframework.jms.config used by org.springframework.jms.configClassDescriptionBase
JmsListenerContainerFactory
for Spring's base container implementation.Base model for a JMS listener endpoint.Factory ofMessageListenerContainer
based on aJmsListenerEndpoint
definition.Model for a JMS listener endpoint.Creates the necessaryMessageListenerContainer
instances for the registered endpoints.