Resource Type: rabbitmq_binding

Defined in:
lib/puppet/type/rabbitmq_binding.rb
Providers:
rabbitmqadmin

Overview

Native type for managing rabbitmq bindings

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • arguments

    binding arguments

  • destination_type (defaults to: queue)

    binding destination_type

    Supported values:
    • /queue|exchange/
  • name (namevar)

    source and destination of bind

    Supported values:
    • /^\S*@\S+@\S+$/
  • password (defaults to: guest)

    The password to use to connect to rabbitmq

    Supported values:
    • /\S+/
  • provider

    The specific backend to use for this ‘rabbitmq_binding` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • routing_key

    binding routing_key

    Supported values:
    • /^\S*$/
  • user (defaults to: guest)

    The user to use to connect to rabbitmq

    Supported values:
    • /^\S+$/