程序包的使用
org.springframework.jms.config
使用org.springframework.jms.config的程序包 程序包 说明 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.org.springframework.jms.annotation使用的org.springframework.jms.config中的类 类 说明 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.org.springframework.jms.config使用的org.springframework.jms.config中的类 类 说明 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.