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
JmsListenerEndpointwith aJmsListenerEndpointRegistry.Creates the necessaryMessageListenerContainerinstances for the registered endpoints.AJmsListenerEndpointproviding the method to invoke to process an incoming message for this endpoint. -
Classes in org.springframework.jms.config used by org.springframework.jms.configClassDescriptionBase
JmsListenerContainerFactoryfor Spring's base container implementation.Base model for a JMS listener endpoint.Factory ofMessageListenerContainerbased on aJmsListenerEndpointdefinition.Model for a JMS listener endpoint.Creates the necessaryMessageListenerContainerinstances for the registered endpoints.