Hi, my question is: Is it possible to make something like a property based configuration of the file component? In example
<file:poller service="whatever:Inbox"
endpoint="endpoint"
targetService="whatever:Outbox"
file="${inboxpath}"/>
Where inboxpath is defined in a property file which is stored in classpath?
Regards
/Steffen
