Fixing camel

This commit is contained in:
Marcin Grzejszczak
2017-05-22 23:37:27 +02:00
parent 2f01b89345
commit f84f415d04

View File

@@ -173,7 +173,7 @@ class CamelStubRunnerSpec extends Specification {
@Bean
ActiveMQConnectionFactory activeMQConnectionFactory(@Value('${activemq.url:vm://localhost?broker.persistent=false}') String url) {
return new ActiveMQConnectionFactory(brokerURL: url)
return new ActiveMQConnectionFactory(brokerURL: url, trustAllPackages: true)
}
@Bean