I am attempting to use additional Camel features with ActiveMQ Classic 6.1.8.
The Camel jar I am using is camel-http-4.10.5.jar. When this jar file loads I receive an error within ActiveMQ that states the following: Failed to load: class path resource [activemq.xml], reason: Error creating bean with name 'template': Error creating bean with name 'camel': org/apache/hc/core5/util/TimeValue | /org.apache.activemq.xbean.XBeanBrokerFactory | main From the research I have done and the conclusion I have come to is there may be a version mismatch between the Camel/HTTP Components that ActiveMQ was built with and how this JAR file was compiled. I originally compiled the JAR file using HTTP Components version 5. I looked through the ActiveMQ Classic source files and some of the pom.xml files and it appears that HTTP Components version 4 is being manually set, I have attempted to build with this version and the build fails with numerous errors. Am I looking in the wrong direction or not adding a required component to the build for ActiveMQ to use this jar file correctly? Jason
