Hello, is it possible to define properties in spring xml directly without using a .properties file? And then use them in java like that:
from(imap://imap.server.com?username={{user}}&password={{pass}})
or
from({{imapUri}})
I'd like to have only one xml config file
Thanks for help!
--
View this message in context:
http://camel.465427.n5.nabble.com/define-properties-in-context-xml-tp5742054.html
Sent from the Camel - Users mailing list archive at Nabble.com.
