Hi Torsten, the parser of the bootstrap.xml file replace any string that match the pattern ${<PROPERTY_NAME>} with the value of the environment variable or system property that matches PROPERTY_NAME, i.e.
export THE_PORT=8163 <binding uri="https://0.0.0.0:${THE_PORT}" ...> Alternatively, you could use the webconfig broker properties to customize the value of the web settings, i.e. to customize the url of the artemis binding you can add the following system property: -Dwebconfig.bindings.artemis.uri=https://0.0.0.0:${THE_PORT} Regards, Domenico On Tue, 3 Jun 2025 at 12:30, Torsten Krah <krah...@gmail.com> wrote: > Am Dienstag, dem 03.06.2025 um 12:27 +0200 schrieb Torsten Krah: > > broker > > Broker is activemq-artemis 2.40.0, missed to add that information. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@activemq.apache.org > For additional commands, e-mail: users-h...@activemq.apache.org > For further information, visit: https://activemq.apache.org/contact > > >