Example 

<camel:route>
                        <camel:from uri="file://D:/testsrc?fileName=*.lock"/>
                        <camel:log message="notification"></camel:log>
                </camel:route>
                
                <camel:route>
                        <camel:from 
uri="file://{{file.ihub.data}}?include=*.DONE"/>
                        <camel:log message="Done"></camel:log>
                </camel:route>

Please help me how to include *.json to second route



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

Reply via email to