This content has been marked as final.
Show 1 reply
-
1. Re: Separate services configuration
tcunning Dec 23, 2013 9:41 AM (in response to john.wright)John,
You can certainly use token replacement at build time to do this (see what happens in the helloworld_ftp_action quickstart for an example). There's no ESB mechanism to include other files in the jboss-esb.xml that gets read.
ESB also supports substituting run time properties, but I don't think that is going to work for you since the changes may not be persisted and it probably would not handle the case in which you are removing a destination.
--Tom