Class JmsBootstrapConfiguration
java.lang.Object
org.springframework.jms.annotation.JmsBootstrapConfiguration
@Configuration(proxyBeanMethods=false)
@Role(2)
public class JmsBootstrapConfiguration
extends Object
@Configuration class that registers a JmsListenerAnnotationBeanPostProcessor
bean capable of processing Spring's @JmsListener annotation.
Also registers a default JmsListenerEndpointRegistry.
This configuration class is automatically imported when using the
@EnableJms annotation. See the @EnableJms
for complete usage details.
- Since:
- 4.1
- Author:
- Stephane Nicoll
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription
- 
Constructor Details- 
JmsBootstrapConfigurationpublic JmsBootstrapConfiguration()
 
- 
- 
Method Details- 
jmsListenerAnnotationProcessor@Bean(name="org.springframework.jms.config.internalJmsListenerAnnotationProcessor") @Role(2) public JmsListenerAnnotationBeanPostProcessor jmsListenerAnnotationProcessor()
- 
defaultJmsListenerEndpointRegistry@Bean(name="org.springframework.jms.config.internalJmsListenerEndpointRegistry") public JmsListenerEndpointRegistry defaultJmsListenerEndpointRegistry()
 
-