My apologies, just now getting back to this. I have not bee able to set/create a route..
As soon as I place the camel-http-4.10.5.jar file in the ./activemq/lib directory ActiveMQ fails to load and I receive the information I provided in the log files. Jason ________________________________ From: Jean-Baptiste Onofré <[email protected]> Sent: Friday, February 6, 2026 2:47 AM To: [email protected] <[email protected]> Subject: Re: Camel HTTP and ActiveMQ Use Error CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. Hi Jason, Can you share the Camel route ? Are you embedding the routes in ActiveMQ ? I'm not sure I understand your use case. Regards JB On Wed, Feb 4, 2026 at 2:42 PM Jason Jackson <[email protected]> wrote: > 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 >
