Skip to content

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

@zenhighzer

Description

@zenhighzer
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" 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions