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 register a default JmsListenerEndpointRegistry.

This configuration class is automatically imported when using the @EnableJms annotation. See the EnableJms javadocs for complete usage details.

Since:
4.1
Author:
Stephane Nicoll
See Also:
  • Constructor Details

    • JmsBootstrapConfiguration

      public JmsBootstrapConfiguration()
  • Method Details