Re: Camel body content based routing with jsonpath on XML DSL (no java project, no pom)

2024-12-18 Thread ski n
Thanks for your interest in Camel. The error: " Caused by: java.lang.ClassNotFoundException:" means that the right dependency (jsonpath in this case) is not on the Java classpath. How the dependencies are handled depends a bit on the runtime that Camel is running. ActiveMQ is not really a runtime.

Camel body content based routing with jsonpath on XML DSL (no java project, no pom)

2024-12-18 Thread Zsuzsanna Sovarschi
Dear Camel User Support, We are using Apache ActiveMQ 5.16.7 in our project. It has Camel 2.25.4 embedded. We are running ActiveMQ/Camel from a Docker container with external volumes. Our services are written in .Net/C#. They are connecting to ActiveMQ and sending messages back and forth. We have