Hello!
I’ve built Artemis 2.19.0 image from apache/activemq-artemis: Mirror of Apache ActiveMQ Artemis (github.com) <https://github.com/apache/activemq-artemis>. I have problem with configuring the broker.xml file on Docker. I want maybe to define some addresses, queues and change some address settings. My intuitive try was to mount a /var/lib/artemis-instance/etc/broker.xml but I've got an error on container startup that the artemis executable does not exist, as mounting prevents it from creating. The activemq-artemis/artemis-docker has a Mapping point section but it mentions that you can mount the whole instance via /var/lib/artemis-instance. I just want to change only few lines in the broker.xml file. Is there a way to to mount only my custom broker.xml file on startup? Kind regards Marko