Skip to content

Parameters for activemq_addresses as a dictionary #171

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

Conversation

guidograzioli
Copy link
Member

Refactor activemq_addresses to behave in regards to parameters as activemq_address_settings, ie. each address iten in the list may have a parameters dict containing python-cased queue paramters.

    activemq_addresses:
      - name: DLQ
        anycast:
          - name: DLQ
            parameters:
              durable: True
      - name: client123.pubsub
        multicast:
          - name: client123.pubsub.foo
            parameters:
              max_consumers: 1
              delay_before_dispatch: 3

Fix #169

@guidograzioli guidograzioli added the minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix label Sep 19, 2024
@guidograzioli guidograzioli changed the title activemq_addresses open parameters Parameters for activemq_addresses as a dictionary Sep 19, 2024
@guidograzioli guidograzioli merged commit fdbba8c into ansible-middleware:main Sep 19, 2024
19 checks passed
@michie1
Copy link

michie1 commented Sep 20, 2024

Thank you!

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.

Allow more queue properties to be set
2 participants