lburgazzoli commented on issue #1160: URL: https://github.com/apache/camel-quarkus/issues/1160#issuecomment-620615199
The reason is that the activemq client uses reflection to discovery some classes (see https://github.com/apache/activemq/blob/master/activemq-client/src/main/java/org/apache/activemq/filter/XPathExpression.java#L51-L85) but the mentioned class is part of `activemq-broker` which brings ton of unused classes so it has been [excluded](https://github.com/apache/camel-quarkus/blob/master/extensions/activemq/runtime/pom.xml#L64-L75) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org