Hi,

I'm working on an app where I need to conditionally route files based on
filename. Ideally I'd like the list of filenames that need to be matched to
be read in from an external file. Is there a simple way to do this using
Camel? Something like the following?


   
      
      
         
            ${header.CamelFileName} regex 'fileNameFromExternalFile'
            
          
      
   


--
View this message in context: 
http://camel.465427.n5.nabble.com/Route-Question-tp4281861p4281861.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to