Skip to content

Commit 3c7ac4f

Browse files
committed
Polish
1 parent 657411d commit 3c7ac4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/activemq/ActiveMQConnectionFactoryConfiguration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public ActiveMQConnectionFactory jmsConnectionFactory(ActiveMQProperties propert
6161
.createConnectionFactory(ActiveMQConnectionFactory.class);
6262
}
6363

64+
@Configuration
6465
@ConditionalOnClass(CachingConnectionFactory.class)
6566
@ConditionalOnProperty(prefix = "spring.jms.cache", name = "enabled", havingValue = "true",
6667
matchIfMissing = true)

0 commit comments

Comments
 (0)