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

Add critical analyzer configuration #162

Merged

Conversation

guidograzioli
Copy link
Member

@guidograzioli guidograzioli commented Sep 2, 2024

New parameters allow to configure the critical analyzer; see: https://activemq.apache.org/components/artemis/documentation/2.36.0/critical-analysis.html

Variable Description Default
activemq_critical_analyzer Should the broker detect dead locks and other issues true
activemq_critical_analyzer_timeout Timeout used to do the critical analysis (milliseconds) 120000
activemq_critical_analyzer_check_period Time used to check the response times (milliseconds) 60000
activemq_critical_analyzer_policy Should the server log, be halted or shutdown upon failures (one of LOG, HALT, SHUTDOWN) LOG

@guidograzioli guidograzioli added the minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix label Sep 2, 2024
@guidograzioli guidograzioli merged commit 00cd1d1 into ansible-middleware:main Sep 2, 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