Closed guidograzioli closed 2 months ago
The parameter allows to set an arbitrary value in the web console binding setting in bootstrap.xml.
bootstrap.xml
<web path="web" rootRedirectLocation="console"> <binding name="artemis" uri="{{ activemq_console_bind_url }}">
activemq_jolokia_url and activemq_console_url are now re-defaulted to use such value.
activemq_jolokia_url
activemq_console_url
{{ activemq_console_url }}/jolokia
{{ activemq_console_bind_url }}/console/
activemq_console_bind_url
http{{ 's' if activemq_tls_enabled else '' }}://{{ activemq_bind_address }}:{{ activemq_http_port }}
No change to current configuration is needed, all default values remain the same.
The parameter allows to set an arbitrary value in the web console binding setting in
bootstrap.xml
.activemq_jolokia_url
andactivemq_console_url
are now re-defaulted to use such value.activemq_jolokia_url
{{ activemq_console_url }}/jolokia
activemq_console_url
{{ activemq_console_bind_url }}/console/
activemq_console_bind_url
http{{ 's' if activemq_tls_enabled else '' }}://{{ activemq_bind_address }}:{{ activemq_http_port }}
No change to current configuration is needed, all default values remain the same.