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

Declare default queue type when creating a new virtual host #166

Open
zenhighzer opened this issue Feb 28, 2024 · 0 comments
Open

Declare default queue type when creating a new virtual host #166

zenhighzer opened this issue Feb 28, 2024 · 0 comments

Comments

@zenhighzer
Copy link

zenhighzer commented Feb 28, 2024

SUMMARY

Declare default queue type when creating a new virtual host

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

rabbitmq_vhost module

ADDITIONAL INFORMATION

RabbitMQ Docs:
https://rabbitmq-website.pages.dev/docs/vhosts#default-queue-type

grafik

Maybe an ansible-example could look like this:

- name: Ensure that the vhost /test exists.
  community.rabbitmq.rabbitmq_vhost:
    name: /test
    state: present
    default_queue_type: "quorum" 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant