1 Reply Latest reply on Jul 30, 2010 1:24 AM by davsclaus

    Dynamic Routes

    kkashi

      Hello,

       

      Is there anyway to dynamically setup routes?

       

      Instead of setting up a multiple static routes (e.g. from IN_DATA_FOLDER to MQ_TOPIC, ....), I basically want to read from a properties file or xml (by listening to a folder), find out mappings (e.g. IN_DATA1_FOLDER=MQ_TOPIC1, IN_DATA2_FOLDER=MQ_TOPIC2, ....) and then dynamically add / remove files based on that properties or xml file.

       

      Thanks