I'm trying to read cfg file from file system but I couldn't find any example. Is it possible to create a route like that: Reading the config file from application.properties(it's a spring boot application)
from("quickfix:{{XX.config.file}}").routeId("XXFixRoute")
application.properties:
XX.config.file=/home/user/fixApp/XXconfig.cfg
Thanks in advance.