-
Story
-
Resolution: Done
-
Minor
-
A-MQ 7.0.0.ER14
-
None
When creating a broker, the web bind="http://localhost:8888" in bootstrap.xml file (for hawtio) is not changed accordingly by provided --host=IP parameter by artemis create instance command.
For example
/opt/jboss-amq-7/bin/artemis create --force --require-login --name=amq --role=amq --user=admin --broker-security=basic --password=admin --host=00.0.0.0 --http-port=8888 /opt/jboss-amq-7-i0
Should change all hosts to "00.0.0.0" IP. This change it applied to broker.xml, but not to bootstrap.xml file.
- is related to
-
ENTMQBR-503 Artemis cli tools does not check and warns user if passed arguments are valid
- Closed