Skip to content

Broker plugins support #160

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

Merged
merged 3 commits into from
Aug 27, 2024

Conversation

guidograzioli
Copy link
Member

@guidograzioli guidograzioli commented Aug 27, 2024

Broker plugins

See: https://activemq.apache.org/components/artemis/documentation/latest/broker-plugins.html

Variable Description Default
activemq_broker_plugins The list of broker-plugins configurations (dict: { class_name, properties(dict) }) []

Sample:

activemq_broker_plugins:
  - class_name: org.apache.activemq.artemis.core.server.plugin.impl.LoggingActiveMQServerPlugin
    properties:
      LOG_DELIVERING_EVENTS: true
      LOG_SENDING_EVENTS: true
  - class_name: org.apache.activemq.artemis.core.server.plugin.impl.NotificationActiveMQServerPlugin
    properties:
      SEND_SESSION_NOTIFICATIONS: true

@guidograzioli guidograzioli added the minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix label Aug 27, 2024
@guidograzioli guidograzioli changed the title Broker plugins Broker plugins support Aug 27, 2024
@guidograzioli guidograzioli merged commit 4f9f9cb into ansible-middleware:main Aug 27, 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