Camel and activemq
January 28, 2017
Camel does not seem to want to pick up the broker url when specified in spring boot properties file.
instead you have to add it to the url like so
activemq:queue:people.processpeople?trustAllPackages=true&brokerURL=“+activemqBrokerUrl
in addition it doesnt pick up the trustAllPackages properties so specify that there as well