Re: Artemis - broker.xml configuration on Docker

2023-03-09 Thread Marko Lazić
Hi Domenico and Robbie, And thanks for the quick response. I will try applying things that I have been recommended. Unfortunately I already have seen that answer and I was not satisfied with it because /var/lib/artemis-instance seem to contain things that I don’t understand how they work, what

RE: Artemis - broker.xml configuration on Docker

2023-03-09 Thread Vilius Šumskas
Hi, depending on what you need to change, you could probably use 'bin/artemis create' to generate correct broker.xml in the first place. This is what docker-run.sh script with EXTRA_ARGS does. Check available options at https://activemq.apache.org/components/artemis/documentation/latest/using-s

Re: Artemis - broker.xml configuration on Docker

2023-03-09 Thread Robbie Gemmell
Tangential note that 2.19.0 is old at this point, and isnt even the latest 2.19.x given that 2.19.1 was later released to backport some stuff from 2.20.0 and 2.21.0. The current release is 2.28.0. On Thu, 9 Mar 2023 at 10:04, Marko Lazić wrote: > > Hello! > > > I’ve built Artemis 2.19.0 image fro

Re: Artemis - broker.xml configuration on Docker

2023-03-09 Thread Domenico Francesco Bruscino
Hi Marko, the docker-run.sh doesn't create a new instance if the /var/lib/artemis-instance/etc/broker.xml file exists. This means that you need to provide a complete broker instance or to change the broker instance created by the artemis container. I have already answered a similar question on st