Set proxyBeansMethod to false when no method is called
This commit is contained in:
parent
0e5f27c94e
commit
0463d7fcb9
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2002-2015 the original author or authors.
|
||||
* Copyright 2002-2020 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
@ -37,7 +37,7 @@ import org.springframework.jms.config.JmsListenerEndpointRegistry;
|
|||
* @see JmsListenerEndpointRegistry
|
||||
* @see EnableJms
|
||||
*/
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@Role(BeanDefinition.ROLE_INFRASTRUCTURE)
|
||||
public class JmsBootstrapConfiguration {
|
||||
|
||||
|
|
Loading…
Reference in New Issue