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: ... <binding uri="https://0.0.0.0:${env:THE_PORT}" ...> ... </binding> What do I need to write after the ":"? Thanks. Torsten --------------------------------------------------------------------- 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