@Bean annotated methods are not explicitly called by other methods in JmsBootstrapConfiguration, so I think we can set proxyBeansMethod attribute of @Configuration to false to avoid CGLIB subclass processing. This can improve performance, although not a lot.