I created the broker folder inside /var/lib
on Ubuntu 18.04. Inside /var/lib/[broker]/etc
there is the broker.xml
file that you can use to define addresses and queues. However, I used the administration console to create an address with a couple queue, and this file does not update. In fact, no files inside the broker directory or Artemis home update.
So where is the administration console storing the definitions?
Also is it a better practice to create the addresses and queue in the broker.xml
file instead of through the console?