I'm trying to install NMR reading Fuse ESB documentation, but what I don't really understand it that line inside camel-context.xml.
<import resource="classpath:org/apache/servicemix/camel/nmr/camel-nmr.xml" />
where exactly is that resource? It's not inside my maven repository. I was also looking inside ServiceMix directory system and libraries and I couldn't find it. All I Know is fact that without this import my service is not starting and it's still in waiting mode. Maybe it's a stupid question, but I will be glad for any kind of help.