How to refer external configuration files containing SQL Queries in camel blueprint
Issue
- We can refer to .sql files in the resource path of project and can configure sql component to use classpath as :
<to id="insertQuery" uri="sql:classpath:sql/insertQuery.sql"/>
- But, how can we extract this resource file in a external folder of the fuse server ?
Environment
- Red Hat JBoss Fuse
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.