You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "W.Y (JIRA)" <ji...@apache.org> on 2018/12/18 16:54:00 UTC

[jira] [Created] (CAMEL-13015) load multiple route xml files

W.Y created CAMEL-13015:
---------------------------

             Summary: load multiple route xml files 
                 Key: CAMEL-13015
                 URL: https://issues.apache.org/jira/browse/CAMEL-13015
             Project: Camel
          Issue Type: New Feature
            Reporter: W.Y


why I use SpringDSL , i want to load two route files 

For Example route1.xml and route2.xml

If I put two files in same directory like below , it is working

camel.springboot.xmlRoutes: file :directory/*.xml 

 

If I put two files into different directorys , it does not work

camel.springboot.xmlRoutes: file:directory1/route1.xml , directory2/route2.xml

Could you please implement this feature?

Thanks



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)