I came across http://camel.apache.org/how-do-i-import-routes-from-other-xml-files.html It allows importing routes using <routeContext/>. Is there something similar for Endpoints?
I'd like to have separate files for each so that I can create tests that use the same Endpoints but different routes without having to replicate my Endpoints in multiple files. Thanks, Tom