disaster37 / activemq

Docker image for ActiveMQ
GNU General Public License v2.0
66 stars 105 forks source link

Runtime Configuration Plugin - Does not work with volumes #26

Open ddemarteleire opened 7 years ago

ddemarteleire commented 7 years ago

RuntimeConfigurationPlugin scans activemq.xml for changes.

Since the init script copies from conf/ to conf.tmp/ on startup and starts activemq with the conf.tmp directory, changes on the host's volume does not cause a config refresh.

Do you have any suggestions on handling this?