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

Don't trigger restarts when config auto-refresh is enabled #54

Conversation

guidograzioli
Copy link
Member

@guidograzioli guidograzioli commented Jan 23, 2023

The system will perform a periodic check on the configuration files, configured by configuration-file-refresh-period, with the default at 5000, in milliseconds. These checks can be disabled by specifying -1.

A new variable, activemq_configuration_file_refresh_period (same default), allows to set or disable configuration auto-refresh:

Variable Description Default
activemq_configuration_file_refresh_period Periodic refresh of configuration in milliseconds; can be disabled by specifying -1 5000

When auto-refresh is enabled, changes to:

  • Address Settings
  • Security Settings
  • Diverts
  • Addresses & Queues
  • Bridges

should NOT trigger service restart, delegating the reload to the configuration auto-refresh feature.

@guidograzioli guidograzioli added the minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix label Jan 23, 2023
@guidograzioli guidograzioli merged commit 27326ce into ansible-middleware:main Jan 23, 2023
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.

None yet

1 participant