Class JmsBootstrapConfiguration
- java.lang.Object
- org.springframework.jms.annotation.JmsBootstrapConfiguration
@Configuration @Role(2) public class JmsBootstrapConfiguration extends Object
@Configurationclass that registers aJmsListenerAnnotationBeanPostProcessorbean capable of processing Spring's @JmsListenerannotation. Also register a defaultJmsListenerEndpointRegistry.This configuration class is automatically imported when using the @
EnableJmsannotation. See theEnableJmsjavadocs for complete usage details.- Since:
- 4.1
- Author:
- Stephane Nicoll
- See Also:
JmsListenerAnnotationBeanPostProcessor,JmsListenerEndpointRegistry,EnableJms
Constructor Summary
Constructors Constructor Description JmsBootstrapConfiguration()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JmsListenerEndpointRegistrydefaultJmsListenerEndpointRegistry()JmsListenerAnnotationBeanPostProcessorjmsListenerAnnotationProcessor()
Constructor Detail
JmsBootstrapConfiguration
public JmsBootstrapConfiguration()
Method Detail
jmsListenerAnnotationProcessor
@Bean(name="org.springframework.jms.config.internalJmsListenerAnnotationProcessor") @Role(2) public JmsListenerAnnotationBeanPostProcessor jmsListenerAnnotationProcessor()
defaultJmsListenerEndpointRegistry
@Bean(name="org.springframework.jms.config.internalJmsListenerEndpointRegistry") public JmsListenerEndpointRegistry defaultJmsListenerEndpointRegistry()