You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When both properties spring.activemq.pool.enabled and spring.jms.cache.enabled set to false and CachingConnectionFactory is not on the classpath then ActiveMQAutoConfiguration will not register ActiveMQConnectionFactory bean.
It happens because @ConditionalOnClass(CachingConnectionFactory.class) is present on ActiveMQConnectionFactoryConfiguration$SimpleConnectionFactoryConfiguration configuration class.