Re: How to reference environment variables in the bootstrap.xml configuration

2025-06-03 Thread Domenico Francesco Bruscino
Hi Torsten, the parser of the bootstrap.xml file replace any string that match the pattern ${} with the value of the environment variable or system property that matches PROPERTY_NAME, i.e. export THE_PORT=8163 https://0.0.0.0:${THE_PORT}"; ...> Alternatively, you could use the webconfig broker

Re: How to reference environment variables in the bootstrap.xml configuration

2025-06-03 Thread Torsten Krah
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

How to reference environment variables in the bootstrap.xml configuration

2025-06-03 Thread Torsten Krah
Hi, should be an easy topic, but I did not found an example in the docs yet (may have missed it, pointers appreciated). I want to reference values via an environment variable in the bootstrap.xml of the broker, for example: env has e.g. this: THE_PORT=2233 How can I reference that here: ... h