Uses of Package
org.springframework.jms.config
Packages that use org.springframework.jms.config Package Description org.springframework.jms.annotation Annotations and support classes for declarative JMS listener endpoints.org.springframework.jms.config Support package for declarative messaging configuration, with Java configuration and XML schema support.Classes in org.springframework.jms.config used by org.springframework.jms.annotation Class Description JmsListenerEndpointRegistrar Helper bean for registeringJmsListenerEndpointwith aJmsListenerEndpointRegistry.JmsListenerEndpointRegistry Creates the necessaryMessageListenerContainerinstances for the registered endpoints.MethodJmsListenerEndpoint AJmsListenerEndpointproviding the method to invoke to process an incoming message for this endpoint.Classes in org.springframework.jms.config used by org.springframework.jms.config Class Description AbstractJmsListenerContainerFactory BaseJmsListenerContainerFactoryfor Spring's base container implementation.AbstractJmsListenerEndpoint Base model for a JMS listener endpoint.JmsListenerContainerFactory Factory ofMessageListenerContainerbased on aJmsListenerEndpointdefinition.JmsListenerEndpoint Model for a JMS listener endpoint.JmsListenerEndpointRegistry Creates the necessaryMessageListenerContainerinstances for the registered endpoints.