Polish
This commit is contained in:
parent
657411d8d1
commit
3c7ac4fe7f
|
|
@ -61,6 +61,7 @@ class ActiveMQConnectionFactoryConfiguration {
|
|||
.createConnectionFactory(ActiveMQConnectionFactory.class);
|
||||
}
|
||||
|
||||
@Configuration
|
||||
@ConditionalOnClass(CachingConnectionFactory.class)
|
||||
@ConditionalOnProperty(prefix = "spring.jms.cache", name = "enabled", havingValue = "true",
|
||||
matchIfMissing = true)
|
||||
|
|
|
|||
Loading…
Reference in New Issue