Commit 5925e153 authored by Dave Syer's avatar Dave Syer

Make sure JMS is on classpath as well

parent 2e5fc2b3
......@@ -33,7 +33,7 @@ import org.springframework.jms.core.JmsTemplate;
* @author Greg Turnquist
*/
@Configuration
@ConditionalOnClass(JmsTemplate.class)
@ConditionalOnClass({ JmsTemplate.class, ConnectionFactory.class })
public class JmsTemplateAutoConfiguration {
@Configuration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment