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 parameters for global-max-size and global-max-messages #92

Merged

Conversation

guidograzioli
Copy link
Member

@guidograzioli guidograzioli commented Sep 1, 2023

New parameters allow to set broker global-max-size and global-max-messages:

Variable Description Default
activemq_global_max_messages Number of messages before all addresses will enter into their Full Policy configured. It works in conjunction with activemq_global_max_size, being whatever value hits its maximum first. -1
activemq_global_max_size Size (in bytes) before all addresses will enter into their Full Policy configured upon messages being produced. Supports byte notation like 'K', 'Mb', 'MiB', 'GB', etc. '-1'

Fix #88

@guidograzioli guidograzioli added the minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix label Sep 1, 2023
@guidograzioli guidograzioli merged commit 3a69f9c into ansible-middleware:main Sep 1, 2023
12 checks passed
@guidograzioli guidograzioli changed the title Add parameters for global-max-size and global-max-bytes Add parameters for global-max-size and global-max-messages Sep 1, 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
1 participant