How to support multiple evvironment config files
Hi,
We have a CEP application on out dev env. When deploying it to our test env or production env we need to change some some JMS config data - for exmple different servers or ports.
Is there a way to have seperate config for each env in such a way that we won't need to manually change it every time?
Thanks