Hey, I have a multi module maven project consisting of: a camel-cxf webservice, a camel-api and a POJO api
I have the metricsRoutePolicyFactory bean defined in the context of both camel modules but when I run the camel-cxf webservice (via Jetty) I dont see the metrics (or anything) from the camel-api module in If I run the camel-api module as a standalone module (via camel-maven plugin) I get the metrics as expected. I'm using camel:contextScan on top of spring component-scan so would have assumed I get metrics for all camel components, do I need to tell me camel-cxf module to look for the context.xml of the camel-api? What am I missing here? Cheers! -- View this message in context: http://camel.465427.n5.nabble.com/Using-metricsRoutePolicyFactory-across-multiple-modules-tp5762600.html Sent from the Camel - Users mailing list archive at Nabble.com.