Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New activemq_console_bind_url parameter #164

Merged

Conversation

guidograzioli
Copy link
Member

@guidograzioli guidograzioli commented Sep 4, 2024

The parameter allows to set an arbitrary value in the web console binding setting in 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.

Variable Description Default
activemq_jolokia_url URL for jolokia REST api {{ activemq_console_url }}/jolokia
activemq_console_url URL for console service {{ activemq_console_bind_url }}/console/
activemq_console_bind_url The value to use in bootstrap.xml for web console binding 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.

@guidograzioli guidograzioli added the minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix label Sep 4, 2024
@guidograzioli guidograzioli merged commit 474c69c into ansible-middleware:main Sep 4, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant